]> granicus.if.org Git - clang/commit
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)
commit9aadb4d6d81a1b01d2c3d4073da39d81a1f77f20
treee787ef255a7355f3ad8191a44c8e6b6ec9377130
parent8f007b574fea6af0380c1d8a9161471b227add66
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223173 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenPGO.cpp
lib/CodeGen/CodeGenPGO.h
test/Profile/c-captured.c
test/Profile/c-general.c
test/Profile/c-linkage.c
test/Profile/cxx-lambda.cpp
test/Profile/objc-general.m