[PGO] make profile prefix even shorter and more readable
authorXinliang David Li <davidxl@google.com>
Tue, 15 Dec 2015 00:32:56 +0000 (00:32 +0000)
committerXinliang David Li <davidxl@google.com>
Tue, 15 Dec 2015 00:32:56 +0000 (00:32 +0000)
commitacf945fdd11fab3fbc0fa40f5b11139d8a7758ea
tree67fb814aba8d24c4b21328cfb4d6cc2d64984ae8
parente66016e439947b71345842624a45c31b07f1f2d4
[PGO] make profile prefix even shorter and more readable

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255586 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/ProfileData/InstrProf.h
test/Instrumentation/InstrProfiling/PR23499.ll
test/Instrumentation/InstrProfiling/linkage.ll
test/Instrumentation/InstrProfiling/no-counters.ll
test/Instrumentation/InstrProfiling/noruntime.ll
test/Instrumentation/InstrProfiling/platform.ll
test/Instrumentation/InstrProfiling/profiling.ll
test/Transforms/PGOProfile/branch1.ll
test/Transforms/PGOProfile/branch2.ll
test/Transforms/PGOProfile/criticaledge.ll
test/Transforms/PGOProfile/landingpad.ll
test/Transforms/PGOProfile/loop1.ll
test/Transforms/PGOProfile/loop2.ll
test/Transforms/PGOProfile/single_bb.ll
test/Transforms/PGOProfile/switch.ll