From d1e248f3b664fa6a056416d07f8fb11cd6f3ef6f Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Thu, 19 Jan 2017 01:04:46 +0000 Subject: [PATCH] GlobalISel: Fix text wrapping in a comment. NFC llvm-svn: 292460 --- lib/CodeGen/GlobalISel/InstructionSelect.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;