diff options
| -rw-r--r-- | clang/test/Profile/cxx-indirect-call.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/cxx-indirect-call.cpp b/clang/test/Profile/cxx-indirect-call.cpp index 15dc79ceceb..a67aadd3056 100644 --- a/clang/test/Profile/cxx-indirect-call.cpp +++ b/clang/test/Profile/cxx-indirect-call.cpp @@ -5,7 +5,7 @@ void (*foo) (void); int main(int argc, const char *argv[]) { -// CHECK: [[REG1:%[0-9]+]] = load void ()*, void ()** @foo, align 4 +// CHECK: [[REG1:%[0-9]+]] = load void ()*, void ()** @foo // CHECK-NEXT: [[REG2:%[0-9]+]] = ptrtoint void ()* [[REG1]] to i64 // CHECK-NEXT: call void @__llvm_profile_instrument_target(i64 [[REG2]], i8* bitcast ({{.*}}* @__profd_main to i8*), i32 0) // CHECK-NEXT: invoke void [[REG1]]() |

