There!
authorChris Lattner <sabre@nondot.org>
Mon, 18 Sep 2006 22:41:07 +0000 (22:41 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 18 Sep 2006 22:41:07 +0000 (22:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30473 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelEmitter.cpp

index c9f7897b3f1dc56dc93163015754020cbfdc8421..4d4fa9dabd011198c4777bf0347d22f41e5e3c69 100644 (file)
@@ -2373,8 +2373,6 @@ public:
           }
         } else if (IntInit *II =
                        dynamic_cast<IntInit*>(Child->getLeafValue())) {
-          if (II->getValue() == 2147483647)
-            std::cerr << "HERE!\n";
           emitCheck("isa<ConstantSDNode>(" + RootName + utostr(OpNo) + ")");
           unsigned CTmp = TmpNo++;
           emitCode("int64_t CN"+utostr(CTmp)+" = cast<ConstantSDNode>("+