1
0
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:
Bjorn Pettersson 2020-08-19 11:36:03 +02:00
parent d4b642dcda
commit 1813b6efab

View File

@ -193,7 +193,7 @@ bool InstructionSelector::executeMatchTable(
CurrentIdx = MatchTable[CurrentIdx + (Opcode - LowerBound)];
if (!CurrentIdx) {
CurrentIdx = Default;
break;
break;
}
OnFailResumeAt.push_back(Default);
break;