]> granicus.if.org Git - clang/commitdiff
Update test to check for prologue instead of prefix
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 3 Dec 2014 02:37:10 +0000 (02:37 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 3 Dec 2014 02:37:10 +0000 (02:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223191 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/catch-undef-behavior.cpp

index aa654381b258f6d20f8dd3ef6c0f699b774fd576..ca174a2c635af7854549f7f66092dc11e23917c0 100644 (file)
@@ -389,7 +389,7 @@ void downcast_reference(B &b) {
   // CHECK-NEXT: br i1 [[AND]]
 }
 
-// CHECK-LABEL: @_Z22indirect_function_callPFviE({{.*}} prefix <{ i32, i8* }> <{ i32 1413876459, i8* bitcast ({ i8*, i8* }* @_ZTIFvPFviEE to i8*) }>
+// CHECK-LABEL: @_Z22indirect_function_callPFviE({{.*}} prologue <{ i32, i8* }> <{ i32 1413876459, i8* bitcast ({ i8*, i8* }* @_ZTIFvPFviEE to i8*) }>
 void indirect_function_call(void (*p)(int)) {
   // CHECK: [[PTR:%[0-9]*]] = bitcast void (i32)* {{.*}} to <{ i32, i8* }>*