[llvm] r176055 - Fix wording.
Chad Rosier
mcrosier at apple.com
Mon Feb 25 14:20:00 PST 2013
Author: mcrosier
Date: Mon Feb 25 16:20:00 2013
New Revision: 176055
URL: http://llvm.org/viewvc/llvm-project?rev=176055&view=rev
Log:
Fix wording.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp?rev=176055&r1=176054&r2=176055&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp Mon Feb 25 16:20:00 2013
@@ -144,11 +144,12 @@ EnableFastISelVerbose("fast-isel-verbose
"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",
More information about the llvm-commits
mailing list