diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-02-25 22:20:00 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-02-25 22:20:00 +0000 |
commit | ffa1dbadaf73d5b80a2bdf421c16cba29aea80a3 (patch) | |
tree | 1319839fef47a0af1e795762a60e6de0a2880d80 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 823e95d3cdfafbd4a2ca8925e82e1315f1aa76b8 (diff) |
Fix wording.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 1c92f8bfae..acae58c12a 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -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", |