Remove somethign I had for testing
authorChris Lattner <sabre@nondot.org>
Thu, 7 Apr 2005 18:58:54 +0000 (18:58 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Apr 2005 18:58:54 +0000 (18:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21144 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index 760f42471dc41c3ce24be62e9cd4ea21892846fc..7faf19fd72fe86444b015da99278b468a4b109e8 100644 (file)
@@ -399,7 +399,7 @@ SDOperand SelectionDAG::getSetCC(ISD::CondCode Cond, MVT::ValueType VT,
       case ISD::SETLE:  return getConstant((int64_t)C1 <= (int64_t)C2, VT);
       case ISD::SETGE:  return getConstant((int64_t)C1 >= (int64_t)C2, VT);
       }
-    } else if (1) {
+    } else {
       uint64_t MinVal, MaxVal;
       unsigned OperandBitSize = MVT::getSizeInBits(N2C->getValueType(0));
       if (ISD::isSignedIntSetCC(Cond)) {