Typo. Fix the nightly tests.

llvm-svn: 31823
This commit is contained in:
Jim Laskey 2006-11-17 14:06:41 +00:00
parent da0add3fd0
commit 91542a4f2d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) {
} else {
// Long branch, skip next branch instruction (i.e. $PC+8).
++NumExpanded;
BuildMI(*MBB, MBBJ, Inverted, 2).addReg(CRReg).addImm(2);
BuildMI(*MBB, MBBI, Inverted, 2).addReg(CRReg).addImm(2);
MBBJ = BuildMI(*MBB, MBBI, PPC::B, 1).addMBB(DestMBB);
}