Revert 276386
authorXinliang David Li <davidxl@google.com>
Fri, 22 Jul 2016 04:31:26 +0000 (04:31 +0000)
committerXinliang David Li <davidxl@google.com>
Fri, 22 Jul 2016 04:31:26 +0000 (04:31 +0000)
llvm-svn: 276387

llvm/include/llvm/ProfileData/InstrProfData.inc

index f7c22d1..cc2638c 100644 (file)
@@ -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. */