Fast-isel no longer an experiment.
authorDan Gohman <gohman@apple.com>
Mon, 20 Oct 2008 21:30:12 +0000 (21:30 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 20 Oct 2008 21:30:12 +0000 (21:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57845 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index fb5619cc49ccaec8da3f14534096af857e8eb678..98ebebe50ec06e3aae0bb66c5020f98f43a9cb67 100644 (file)
@@ -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,