From: Chris Lattner Date: Mon, 18 Sep 2006 22:41:07 +0000 (+0000) Subject: There! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=47a7e2681e9472bb2763dc1db89b64b8bf6bf316;p=oota-llvm.git There! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30473 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/DAGISelEmitter.cpp b/utils/TableGen/DAGISelEmitter.cpp index c9f7897b3f1..4d4fa9dabd0 100644 --- a/utils/TableGen/DAGISelEmitter.cpp +++ b/utils/TableGen/DAGISelEmitter.cpp @@ -2373,8 +2373,6 @@ public: } } else if (IntInit *II = dynamic_cast(Child->getLeafValue())) { - if (II->getValue() == 2147483647) - std::cerr << "HERE!\n"; emitCheck("isa(" + RootName + utostr(OpNo) + ")"); unsigned CTmp = TmpNo++; emitCode("int64_t CN"+utostr(CTmp)+" = cast("+