diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2014-12-03 02:37:10 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2014-12-03 02:37:10 +0000 |
commit | 6b46e381e60973d85b2ed0f7f47e5ac5fff2da3c (patch) | |
tree | 1c7ac89a491ee7a7e8d7d0aec44bd62afd2ddc93 /clang/test/CodeGenCXX/catch-undef-behavior.cpp | |
parent | 1a0a9a3c75a9c24b23c01a3920378890c1995b11 (diff) | |
download | bcm5719-llvm-6b46e381e60973d85b2ed0f7f47e5ac5fff2da3c.tar.gz bcm5719-llvm-6b46e381e60973d85b2ed0f7f47e5ac5fff2da3c.zip |
Update test to check for prologue instead of prefix
llvm-svn: 223191
Diffstat (limited to 'clang/test/CodeGenCXX/catch-undef-behavior.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/catch-undef-behavior.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/catch-undef-behavior.cpp b/clang/test/CodeGenCXX/catch-undef-behavior.cpp index aa654381b25..ca174a2c635 100644 --- a/clang/test/CodeGenCXX/catch-undef-behavior.cpp +++ b/clang/test/CodeGenCXX/catch-undef-behavior.cpp @@ -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* }>* |