summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-26 15:57:57 +0000
committerDan Gohman <gohman@apple.com>2009-08-26 15:57:57 +0000
commitb4720905ff48535fc06833a44b1f01e7f61ef9bc (patch)
tree9b469ed22ef9a19a2e41c918fc566a8d7a56329d
parent6942375aa4a14dab4b8dc0da3c03ec760e425bef (diff)
downloadbcm5719-llvm-b4720905ff48535fc06833a44b1f01e7f61ef9bc.tar.gz
bcm5719-llvm-b4720905ff48535fc06833a44b1f01e7f61ef9bc.zip
-fast is now -O0. -fast-isel is no longer experimental.
llvm-svn: 80104
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index 01cf3af50a0..5b6cfdc989f 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
@@ -51,10 +51,10 @@ DisablePostRAScheduler("disable-post-RA-scheduler",
// Enable or disable FastISel. Both options are needed, because
// FastISel is enabled by default with -fast, and we wish to be
-// able to enable or disable fast-isel independently from -fast.
+// able to enable or disable fast-isel independently from -O0.
static cl::opt<cl::boolOrDefault>
EnableFastISelOption("fast-isel", cl::Hidden,
- cl::desc("Enable the experimental \"fast\" instruction selector"));
+ cl::desc("Enable the \"fast\" instruction selector"));
LLVMTargetMachine::LLVMTargetMachine(const Target &T,
OpenPOWER on IntegriCloud