fit in 80 cols
authorChris Lattner <sabre@nondot.org>
Thu, 25 Aug 2005 17:49:31 +0000 (17:49 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 25 Aug 2005 17:49:31 +0000 (17:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23051 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelPattern.cpp

index 22082a45f0b5ac87740551893f51565ff640efb3..da07b3040de15420fbb7dedfecd267e5f692a1d0 100644 (file)
@@ -1522,7 +1522,7 @@ unsigned ISel::SelectExpr(SDOperand N, bool Recording) {
       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);