From 0f4f5747f43577078469e3b9907fa197be75de2f Mon Sep 17 00:00:00 2001 From: Betul Buyukkurt Date: Tue, 29 Mar 2016 22:17:52 +0000 Subject: [PATCH] [PGO] Test case fix for r264783 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264795 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Profile/cxx-indirect-call.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Profile/cxx-indirect-call.cpp b/test/Profile/cxx-indirect-call.cpp index 15dc79cece..a67aadd305 100644 --- a/test/Profile/cxx-indirect-call.cpp +++ b/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]]() -- 2.40.0