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:
parent
6ad5990f8f
commit
d1e248f3b6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user