Skip to content

Commit

Permalink
Merge pull request eclipse-omr#2153 from ncough/optionsFix
Browse files Browse the repository at this point in the history
Fix option enum collision
  • Loading branch information
0xdaryl authored Dec 16, 2017
2 parents 84de4fb + 46b1c38 commit 8d9dc32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/control/OMROptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ enum TR_CompilationOptions
TR_DontDowngradeWhenRIIsTemporarilyOff = 0x10000000 + 29,
TR_DontRIUpgradeAOTWarmMethods = 0x20000000 + 29,
TR_UseRIOnlyForLargeQSZ = 0x20000000 + 29,
// Available = 0x40000000 + 29,
TR_EnableAggressiveLiveness = 0x40000000 + 29,
// Available = 0x80000000 + 29,


Expand All @@ -987,7 +987,6 @@ enum TR_CompilationOptions
TR_DisableVMCSProfiling = 0x00100000 + 30,
TR_EnableHardwareProfileIndirectDispatch = 0x00200000 + 30,
TR_DisableCompareAndBranchInstruction = 0x00400000 + 30,
TR_EnableAggressiveLiveness = 0x00010000 + 30,
TR_EnableMetadataBytecodePCToIAMap = 0x00800000 + 30,
TR_DisableHardwareProfilerReducedWarmUpgrades = 0x01000000 + 30,
TR_DontAddHWPDataToIProfiler = 0x02000000 + 30,
Expand Down

0 comments on commit 8d9dc32

Please sign in to comment.