mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[GlobalISel] Untabify InstructionSelectorImpl.h. NFC
This commit is contained in:
parent
d4b642dcda
commit
1813b6efab
@ -193,7 +193,7 @@ bool InstructionSelector::executeMatchTable(
|
||||
CurrentIdx = MatchTable[CurrentIdx + (Opcode - LowerBound)];
|
||||
if (!CurrentIdx) {
|
||||
CurrentIdx = Default;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
OnFailResumeAt.push_back(Default);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user