[llvm] r276387 - Revert 276386

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 21:31:26 PDT 2016


Author: davidxl
Date: Thu Jul 21 23:31:26 2016
New Revision: 276387

URL: http://llvm.org/viewvc/llvm-project?rev=276387&view=rev
Log:
Revert 276386

Modified:
    llvm/trunk/include/llvm/ProfileData/InstrProfData.inc

Modified: llvm/trunk/include/llvm/ProfileData/InstrProfData.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ProfileData/InstrProfData.inc?rev=276387&r1=276386&r2=276387&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ProfileData/InstrProfData.inc (original)
+++ llvm/trunk/include/llvm/ProfileData/InstrProfData.inc Thu Jul 21 23:31:26 2016
@@ -603,8 +603,7 @@ serializeValueProfDataFrom(ValueProfReco
 #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. */




More information about the llvm-commits mailing list