diff options
| author | Justin Bogner <mail@justinbogner.com> | 2017-01-19 01:04:46 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2017-01-19 01:04:46 +0000 |
| commit | 1f5c505437139bb2dabcacd93c858dd1263b354f (patch) | |
| tree | 83a44f3e15debc646da51627e0fd4eee0a5bbc7d /llvm | |
| parent | 58f99615d690f85b2292dbcf147d152baed45892 (diff) | |
| download | bcm5719-llvm-1f5c505437139bb2dabcacd93c858dd1263b354f.tar.gz bcm5719-llvm-1f5c505437139bb2dabcacd93c858dd1263b354f.zip | |
GlobalISel: Fix text wrapping in a comment. NFC
llvm-svn: 292460
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp b/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp index 1d205cd6c9c..7c621b79477 100644 --- a/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp +++ b/llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp @@ -118,8 +118,7 @@ bool InstructionSelect::runOnMachineFunction(MachineFunction &MF) { if (!ISel->select(MI)) { if (TPC.isGlobalISelAbortEnabled()) // FIXME: It would be nice to dump all inserted instructions. It's - // not - // obvious how, esp. considering select() can insert after MI. + // not obvious how, esp. considering select() can insert after MI. reportSelectionError(&MI, "Cannot select"); Failed = true; break; |

