InstrProf: Use the same names for variables as we use in the profile
authorJustin Bogner <mail@justinbogner.com>
Tue, 2 Dec 2014 23:15:30 +0000 (23:15 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 2 Dec 2014 23:15:30 +0000 (23:15 +0000)
commit111c6533c202234a9085326fc237c03f7ca6f54f
tree667296e2d885063cd9c432983d3da82e0185cfcd
parentec7ebebe558d42924784dc290d35284864d0088a
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
clang/lib/CodeGen/CodeGenPGO.cpp
clang/lib/CodeGen/CodeGenPGO.h
clang/test/Profile/c-captured.c
clang/test/Profile/c-general.c
clang/test/Profile/c-linkage.c
clang/test/Profile/cxx-lambda.cpp
clang/test/Profile/objc-general.m