summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-07-22 04:31:26 +0000
committerXinliang David Li <davidxl@google.com>2016-07-22 04:31:26 +0000
commit6e9dee999d0af56944d99df70a9b5387e35d4c6f (patch)
treec1bf3447008c36589e61cf707c4b0b2c9f562e10 /llvm
parenta182e58265b786f692dee35026c830cc58161d77 (diff)
downloadbcm5719-llvm-6e9dee999d0af56944d99df70a9b5387e35d4c6f.tar.gz
bcm5719-llvm-6e9dee999d0af56944d99df70a9b5387e35d4c6f.zip
Revert 276386
llvm-svn: 276387
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/ProfileData/InstrProfData.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/ProfileData/InstrProfData.inc b/llvm/include/llvm/ProfileData/InstrProfData.inc
index f7c22d10763..cc2638cc624 100644
--- a/llvm/include/llvm/ProfileData/InstrProfData.inc
+++ b/llvm/include/llvm/ProfileData/InstrProfData.inc
@@ -603,8 +603,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
#define VARIANT_MASKS_ALL 0xff00000000000000ULL
#define GET_VERSION(V) ((V) & ~VARIANT_MASKS_ALL)
#define VARIANT_MASK_IR_PROF (0x1ULL << 56)
-#define INSTR_PROF_RAW_VERSION_VAR __llvm_profile_raw_version
-#define INSTR_PROF_PROFILE_RUNTIME_VAR __llvm_profile_runtime
+#define IR_LEVEL_PROF_VERSION_VAR __llvm_profile_raw_version
/* The variable that holds the name of the profile data
* specified via command line. */
OpenPOWER on IntegriCloud