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

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 25 10:49:42 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PPC32ISelPattern.cpp updated: 1.163 -> 1.164
---
Log message:

fit in 80 cols


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

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


Index: llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
diff -u llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp:1.163 llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp:1.164
--- llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp:1.163	Wed Aug 24 18:08:16 2005
+++ llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp	Thu Aug 25 12:49:31 2005
@@ -1522,7 +1522,7 @@
       if (Tmp3 == 0) {
         Tmp1 = SelectExpr(Node->getOperand(0));
         switch (CC) {
-        default: Node->dump(); assert(0 && "Unhandled SetCC condition"); abort();
+        default: Node->dump(); assert(0 && "Unhandled SetCC condition");abort();
         case ISD::SETEQ:
           Tmp2 = MakeIntReg();
           BuildMI(BB, PPC::CNTLZW, 1, Tmp2).addReg(Tmp1);






More information about the llvm-commits mailing list