Fix an improperly placed curly bracket. NFC.

llvm-svn: 303165
This commit is contained in:
Chad Rosier 2017-05-16 12:43:23 +00:00
parent d8daafd0fb
commit 8b12a03215
1 changed files with 1 additions and 1 deletions

View File

@ -4039,6 +4039,7 @@ void AArch64InstrInfo::genAlternativeCodeSequence(
}
MUL = genFusedMultiply(MF, MRI, TII, Root, InsInstrs, 2, Opc, RC);
break;
}
case MachineCombinerPattern::FMLSv1i32_indexed_OP2:
Opc = AArch64::FMLSv1i32_indexed;
@ -4095,7 +4096,6 @@ void AArch64InstrInfo::genAlternativeCodeSequence(
FMAInstKind::Accumulator);
}
break;
}
} // end switch (Pattern)
// Record MUL and ADD/SUB for deletion
DelInstrs.push_back(MUL);