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 | 0587597fb83b0cf2841e5972a262f5d8e2bb399d (patch) | |
tree | 3a22758478a81a9e09eaa7114389696d2a17b68c /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | ba342723214c76389ad7313728a1a330b9fc927e (diff) | |
download | bcm5719-llvm-0587597fb83b0cf2841e5972a262f5d8e2bb399d.tar.gz bcm5719-llvm-0587597fb83b0cf2841e5972a262f5d8e2bb399d.zip |
Fix wording.
llvm-svn: 176055
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 1c92f8bfae1..acae58c12a6 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/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", |