diff options
Diffstat (limited to 'src/compiler/codegen/Optimizer.h')
| -rw-r--r-- | src/compiler/codegen/Optimizer.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/compiler/codegen/Optimizer.h b/src/compiler/codegen/Optimizer.h index c946e93fb2..307d401ff2 100644 --- a/src/compiler/codegen/Optimizer.h +++ b/src/compiler/codegen/Optimizer.h @@ -22,16 +22,6 @@ #define STACK_ALIGN_WORDS 4 #define STACK_ALIGNMENT (STACK_ALIGN_WORDS * 4) -/* Supress optimization if corresponding bit set */ -enum optControlVector { - kLoadStoreElimination = 0, - kLoadHoisting, - kSuppressLoads, - kNullCheckElimination, - kPromoteRegs, - kTrackLiveTemps, -}; - /* Forward declarations */ struct CompilationUnit; struct LIR; |