[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCBranchSelector.cpp

Jim Laskey jlaskey at apple.com
Fri Nov 17 06:06:55 PST 2006



Changes in directory llvm/lib/Target/PowerPC:

PPCBranchSelector.cpp updated: 1.33 -> 1.34
---
Log message:

Typo. Fix the nightly tests.

---
Diffs of the changes:  (+1 -1)

 PPCBranchSelector.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
diff -u llvm/lib/Target/PowerPC/PPCBranchSelector.cpp:1.33 llvm/lib/Target/PowerPC/PPCBranchSelector.cpp:1.34
--- llvm/lib/Target/PowerPC/PPCBranchSelector.cpp:1.33	Thu Nov 16 19:52:23 2006
+++ llvm/lib/Target/PowerPC/PPCBranchSelector.cpp	Fri Nov 17 08:06:41 2006
@@ -137,7 +137,7 @@
       } 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);
       }
       






More information about the llvm-commits mailing list