Update test to check for prologue instead of prefix

llvm-svn: 223191
This commit is contained in:
Peter Collingbourne 2014-12-03 02:37:10 +00:00
parent 1a0a9a3c75
commit 6b46e381e6
1 changed files with 1 additions and 1 deletions

View 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* }>*