]> granicus.if.org Git - llvm/commitdiff
GlobalISel: Fix text wrapping in a comment. NFC
authorJustin Bogner <mail@justinbogner.com>
Thu, 19 Jan 2017 01:04:46 +0000 (01:04 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 19 Jan 2017 01:04:46 +0000 (01:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292460 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/GlobalISel/InstructionSelect.cpp

index 1d205cd6c9c8b99e2f98f41b9838385c76c8cfe8..7c621b79477750697ec6c438c7e8986d156be1bc 100644 (file)
@@ -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;