summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_options_map.def
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/driver/compiler_options_map.def')
-rw-r--r--compiler/driver/compiler_options_map.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/driver/compiler_options_map.def b/compiler/driver/compiler_options_map.def
index 767a86cb89..04e03634bd 100644
--- a/compiler/driver/compiler_options_map.def
+++ b/compiler/driver/compiler_options_map.def
@@ -55,7 +55,6 @@ COMPILER_OPTIONS_KEY (std::string, DumpInitFailures)
COMPILER_OPTIONS_KEY (std::string, DumpCFG)
COMPILER_OPTIONS_KEY (Unit, DumpCFGAppend)
// TODO: Add type parser.
-COMPILER_OPTIONS_KEY (std::string, RegisterAllocationStrategy)
COMPILER_OPTIONS_KEY (ParseStringList<','>, VerboseMethods)
COMPILER_OPTIONS_KEY (bool, DeduplicateCode, true)
COMPILER_OPTIONS_KEY (Unit, CountHotnessInCompiledCode)