1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

GlobalISel: Fix text wrapping in a comment. NFC

llvm-svn: 292460
This commit is contained in:
Justin Bogner 2017-01-19 01:04:46 +00:00
parent 6ad5990f8f
commit d1e248f3b6

View File

@ -118,8 +118,7 @@ bool InstructionSelect::runOnMachineFunction(MachineFunction &MF) {
if (!ISel->select(MI)) { if (!ISel->select(MI)) {
if (TPC.isGlobalISelAbortEnabled()) if (TPC.isGlobalISelAbortEnabled())
// FIXME: It would be nice to dump all inserted instructions. It's // FIXME: It would be nice to dump all inserted instructions. It's
// not // not obvious how, esp. considering select() can insert after MI.
// obvious how, esp. considering select() can insert after MI.
reportSelectionError(&MI, "Cannot select"); reportSelectionError(&MI, "Cannot select");
Failed = true; Failed = true;
break; break;