Test commit.

llvm-svn: 274284
This commit is contained in:
David L Kreitzer 2016-06-30 21:43:11 +00:00
parent 1168d63cf9
commit 29711c0d83
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ MachineInstr *X86CallFrameOptimization::canFoldIntoRegPush(
MachineBasicBlock::iterator DefMI = MRI->getVRegDef(Reg);
// Make sure the def is a MOV from memory.
// If the def is an another block, give up.
// If the def is in another block, give up.
if ((DefMI->getOpcode() != X86::MOV32rm &&
DefMI->getOpcode() != X86::MOV64rm) ||
DefMI->getParent() != FrameSetup->getParent())