Fix wording.
authorChad Rosier <mcrosier@apple.com>
Mon, 25 Feb 2013 22:20:00 +0000 (22:20 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 25 Feb 2013 22:20:00 +0000 (22:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176055 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 1c92f8bfae180a87c9ddc2549f50ccd76bc73cd0..acae58c12a6bff2b472fafd8255ccbd9e48568c6 100644 (file)
@@ -144,11 +144,12 @@ EnableFastISelVerbose("fast-isel-verbose", cl::Hidden,
                    "instruction selector"));
 static cl::opt<bool>
 EnableFastISelAbort("fast-isel-abort", cl::Hidden,
-          cl::desc("Enable abort calls when \"fast\" instruction fails"));
+          cl::desc("Enable abort calls when \"fast\" instruction selection "
+                   "fails to lower an instruction"));
 static cl::opt<bool>
 EnableFastISelAbortArgs("fast-isel-abort-args", cl::Hidden,
-          cl::desc("Enable abort calls when \"fast\" instruction fails to "
-                   "lower formal arguments"));
+          cl::desc("Enable abort calls when \"fast\" instruction selection "
+                   "fails to lower a formal argument"));
 
 static cl::opt<bool>
 UseMBPI("use-mbpi",