aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
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
commiteec72ed75d960ab7aabb7237423de6b76d1f332b (patch)
tree8558d0d3892ab282e1eebcdb263077fca4c2c580 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent913e09cf1ccc60b3f17c0b4f2651ff4552b4188b (diff)
downloadexternal_llvm-eec72ed75d960ab7aabb7237423de6b76d1f332b.zip
external_llvm-eec72ed75d960ab7aabb7237423de6b76d1f332b.tar.gz
external_llvm-eec72ed75d960ab7aabb7237423de6b76d1f332b.tar.bz2
Fast-isel no longer an experiment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index fb5619c..98ebebe 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/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,