diff options
author | Betul Buyukkurt <betulb@codeaurora.org> | 2015-11-18 18:15:55 +0000 |
---|---|---|
committer | Betul Buyukkurt <betulb@codeaurora.org> | 2015-11-18 18:15:55 +0000 |
commit | 6247bed9bd55bddcce9ce731afd5452581652fb8 (patch) | |
tree | 86f186c4802fa6e441521a39edc0b9d2fd89f984 | |
parent | 6fac1741c914939a7ca2f9a5b118dc27247f403c (diff) | |
download | bcm5719-llvm-6247bed9bd55bddcce9ce731afd5452581652fb8.tar.gz bcm5719-llvm-6247bed9bd55bddcce9ce731afd5452581652fb8.zip |
[PGO] Test update for revision 253484.
llvm-svn: 253485
-rw-r--r-- | clang/test/Profile/c-linkage-available_externally.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/c-linkage-available_externally.c b/clang/test/Profile/c-linkage-available_externally.c index c2ff2abd3b7..f2bc9d9e187 100644 --- a/clang/test/Profile/c-linkage-available_externally.c +++ b/clang/test/Profile/c-linkage-available_externally.c @@ -5,7 +5,7 @@ // CHECK: @__llvm_profile_name_foo = linkonce_odr hidden constant [3 x i8] c"foo", section "__DATA,__llvm_prf_names", align 1 // CHECK: @__llvm_profile_counters_foo = linkonce_odr hidden global [1 x i64] zeroinitializer, section "__DATA,__llvm_prf_cnts", align 8 -// CHECK: @__llvm_profile_data_foo = linkonce_odr hidden constant { i32, i32, i64, i8*, i64* } { i32 3, i32 1, i64 {{[0-9]+}}, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @__llvm_profile_name_foo, i32 0, i32 0), i64* getelementptr inbounds ([1 x i64], [1 x i64]* @__llvm_profile_counters_foo, i32 0, i32 0) }, section "__DATA,__llvm_prf_data", align 8 +// CHECK: @__llvm_profile_data_foo = linkonce_odr hidden global { i32, i32, i64, i8*, i64*, i8*, i8*, [1 x i16] } { i32 3, i32 1, i64 0, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @__llvm_profile_name_foo, i32 0, i32 0), i64* getelementptr inbounds ([1 x i64], [1 x i64]* @__llvm_profile_counters_foo, i32 0, i32 0), i8* null, i8* null, [1 x i16] zeroinitializer }, section "__DATA,__llvm_prf_data", align 8 inline int foo(void) { return 1; } int main(void) { |