diff options
author | Dan Gohman <gohman@apple.com> | 2008-10-20 21:30:12 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-10-20 21:30:12 +0000 |
commit | 1a59b3b9b8dcf5091994c0af7c21e520b7173980 (patch) | |
tree | 22f49a12307f7de285e82e00ddd1c6dcdda5ddd2 /llvm/lib/CodeGen | |
parent | bc623edabad965bc7c8386a85020bed6f25fd4ea (diff) | |
download | bcm5719-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.cpp | 2 |
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, |