[GlobalISel] Untabify InstructionSelectorImpl.h. NFC

This commit is contained in:
Bjorn Pettersson 2020-08-19 11:36:03 +02:00
parent b0b32e6490
commit 54105d635d
1 changed files with 1 additions and 1 deletions

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;