From: Justin Bogner Date: Thu, 19 Jan 2017 01:04:46 +0000 (+0000) Subject: GlobalISel: Fix text wrapping in a comment. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb8c47a653f06974e123791de0aba71e2db77dbf;p=llvm GlobalISel: Fix text wrapping in a comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/GlobalISel/InstructionSelect.cpp b/lib/CodeGen/GlobalISel/InstructionSelect.cpp index 1d205cd6c9c..7c621b79477 100644 --- a/lib/CodeGen/GlobalISel/InstructionSelect.cpp +++ b/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;