fit in 80 cols

llvm-svn: 23051
diff --git a/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp b/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
index 22082a4..da07b30 100644
--- a/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
+++ b/llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
@@ -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);