summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-20 21:30:12 +0000
committerDan Gohman <gohman@apple.com>2008-10-20 21:30:12 +0000
commit1a59b3b9b8dcf5091994c0af7c21e520b7173980 (patch)
tree22f49a12307f7de285e82e00ddd1c6dcdda5ddd2 /llvm/lib/CodeGen
parentbc623edabad965bc7c8386a85020bed6f25fd4ea (diff)
downloadbcm5719-llvm-1a59b3b9b8dcf5091994c0af7c21e520b7173980.tar.gz
bcm5719-llvm-1a59b3b9b8dcf5091994c0af7c21e520b7173980.zip
Fast-isel no longer an experiment.
llvm-svn: 57845
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index fb5619cc49c..98ebebe50ec 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -57,7 +57,7 @@ static cl::opt<bool>
EnableLegalizeTypes("enable-legalize-types", cl::Hidden);
static cl::opt<bool>
EnableFastISelVerbose("fast-isel-verbose", cl::Hidden,
- cl::desc("Enable verbose messages in the experimental \"fast\" "
+ cl::desc("Enable verbose messages in the \"fast\" "
"instruction selector"));
static cl::opt<bool>
EnableFastISelAbort("fast-isel-abort", cl::Hidden,
OpenPOWER on IntegriCloud