diff options
| author | Justin Bogner <mail@justinbogner.com> | 2014-12-02 23:15:30 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2014-12-02 23:15:30 +0000 |
| commit | 111c6533c202234a9085326fc237c03f7ca6f54f (patch) | |
| tree | 667296e2d885063cd9c432983d3da82e0185cfcd /clang/test/Profile/c-general.c | |
| parent | ec7ebebe558d42924784dc290d35284864d0088a (diff) | |
| download | bcm5719-llvm-111c6533c202234a9085326fc237c03f7ca6f54f.tar.gz bcm5719-llvm-111c6533c202234a9085326fc237c03f7ca6f54f.zip | |
InstrProf: Use the same names for variables as we use in the profile
There's no need to use different names for the local variables than we
use in the profile itself, and it's a bit simpler and easier to debug
if we're consistent.
llvm-svn: 223173
Diffstat (limited to 'clang/test/Profile/c-general.c')
| -rw-r--r-- | clang/test/Profile/c-general.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/c-general.c b/clang/test/Profile/c-general.c index 79707ad2f5b..dd5dc23baeb 100644 --- a/clang/test/Profile/c-general.c +++ b/clang/test/Profile/c-general.c @@ -18,7 +18,7 @@ // PGOGEN: @[[BLC:__llvm_profile_counters_boolop_loops]] = hidden global [9 x i64] zeroinitializer // PGOGEN: @[[COC:__llvm_profile_counters_conditional_operator]] = hidden global [3 x i64] zeroinitializer // PGOGEN: @[[MAC:__llvm_profile_counters_main]] = hidden global [1 x i64] zeroinitializer -// PGOGEN: @[[STC:__llvm_profile_counters_static_func]] = internal global [2 x i64] zeroinitializer +// PGOGEN: @[[STC:"__llvm_profile_counters_c-general.c:static_func"]] = internal global [2 x i64] zeroinitializer // PGOGEN-LABEL: @simple_loops() // PGOUSE-LABEL: @simple_loops() |

