[PGO] Move value profile data definitions out of IndexedInstrProf
authorXinliang David Li <davidxl@google.com>
Tue, 17 Nov 2015 23:00:40 +0000 (23:00 +0000)
committerXinliang David Li <davidxl@google.com>
Tue, 17 Nov 2015 23:00:40 +0000 (23:00 +0000)
commite34401de05668522e24e0faf54dc62d7ebf2f8fc
tree417e97c73735fa135d078d20c66d4800b931b5ff
parent2fa6f196d65c18ad47595aff186faffb009f62c1
[PGO] Move value profile data definitions out of IndexedInstrProf

Move the data structure defintions out of the namespace. The defs will
be shared by raw format. [NFC]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253394 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/InstrProf.h
lib/ProfileData/InstrProf.cpp
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp