diff options
author | Xinliang David Li <davidxl@google.com> | 2015-12-12 17:28:37 +0000 |
---|---|---|
committer | Xinliang David Li <davidxl@google.com> | 2015-12-12 17:28:37 +0000 |
commit | aab1fd16bc0cc8eb8b230a03c1dc4e140a155f7a (patch) | |
tree | 06590e40abacf949b1e518d76bca6e3c58f3f6a6 /clang/test/Profile/c-captured.c | |
parent | d1bab9604547228c9b0191ee5ffaf7f4a87dbef2 (diff) | |
download | bcm5719-llvm-aab1fd16bc0cc8eb8b230a03c1dc4e140a155f7a.tar.gz bcm5719-llvm-aab1fd16bc0cc8eb8b230a03c1dc4e140a155f7a.zip |
[PGO] Stop using invalid char in instr variable names.
(This is part-2 of the patch of r255434 --
fixing test cases, second try)
llvm-svn: 255435
Diffstat (limited to 'clang/test/Profile/c-captured.c')
-rw-r--r-- | clang/test/Profile/c-captured.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Profile/c-captured.c b/clang/test/Profile/c-captured.c index 84fa6d3eea7..5a339d100c1 100644 --- a/clang/test/Profile/c-captured.c +++ b/clang/test/Profile/c-captured.c @@ -4,8 +4,8 @@ // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-captured.c %s -o - -emit-llvm -fprofile-instr-use=%t.profdata | FileCheck -check-prefix=PGOUSE -check-prefix=PGOALL %s // PGOGEN: @[[DCC:__llvm_profile_counters_debug_captured]] = private global [3 x i64] zeroinitializer -// PGOGEN: @[[CSC:"__llvm_profile_counters_c-captured.c:__captured_stmt"]] = private global [2 x i64] zeroinitializer -// PGOGEN: @[[C1C:"__llvm_profile_counters_c-captured.c:__captured_stmt.1"]] = private global [3 x i64] zeroinitializer +// PGOGEN: @[[CSC:__llvm_profile_counters_c_captured.c___captured_stmt]] = private global [2 x i64] zeroinitializer +// PGOGEN: @[[C1C:__llvm_profile_counters_c_captured.c___captured_stmt.1]] = private global [3 x i64] zeroinitializer // PGOALL-LABEL: define void @debug_captured() // PGOGEN: store {{.*}} @[[DCC]], i64 0, i64 0 |