diff options
| author | Xinliang David Li <davidxl@google.com> | 2016-07-22 04:18:17 +0000 |
|---|---|---|
| committer | Xinliang David Li <davidxl@google.com> | 2016-07-22 04:18:17 +0000 |
| commit | a182e58265b786f692dee35026c830cc58161d77 (patch) | |
| tree | 07b02c8ba03606caf68837eae291b22dd0b63a94 | |
| parent | f0e0a74f874eb4a005203187687a3f84efb9472d (diff) | |
| download | bcm5719-llvm-a182e58265b786f692dee35026c830cc58161d77.tar.gz bcm5719-llvm-a182e58265b786f692dee35026c830cc58161d77.zip | |
Sync up InstrProfData.inc with compiler-rt
llvm-svn: 276386
| -rw-r--r-- | llvm/include/llvm/ProfileData/InstrProfData.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/ProfileData/InstrProfData.inc b/llvm/include/llvm/ProfileData/InstrProfData.inc index cc2638cc624..f7c22d10763 100644 --- a/llvm/include/llvm/ProfileData/InstrProfData.inc +++ b/llvm/include/llvm/ProfileData/InstrProfData.inc @@ -603,7 +603,8 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure, #define VARIANT_MASKS_ALL 0xff00000000000000ULL #define GET_VERSION(V) ((V) & ~VARIANT_MASKS_ALL) #define VARIANT_MASK_IR_PROF (0x1ULL << 56) -#define IR_LEVEL_PROF_VERSION_VAR __llvm_profile_raw_version +#define INSTR_PROF_RAW_VERSION_VAR __llvm_profile_raw_version +#define INSTR_PROF_PROFILE_RUNTIME_VAR __llvm_profile_runtime /* The variable that holds the name of the profile data * specified via command line. */ |

