From: Chris Lattner Date: Sun, 17 Apr 2011 21:36:19 +0000 (+0000) Subject: remove some debugging code I added. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=461cd703115e40af487af4642cbacdc9b2187dde;p=oota-llvm.git remove some debugging code I added. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129668 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp index b6631c848e0..8e04e40c0a9 100644 --- a/utils/TableGen/FastISelEmitter.cpp +++ b/utils/TableGen/FastISelEmitter.cpp @@ -324,11 +324,6 @@ void FastISelMap::CollectPatterns(CodeGenDAGPatterns &CGP) { VT = InstPatNode->getChild(0)->getType(0); } - if (InstPatOp->getName() =="shl") { - InstPatNode->dump(); - } - - // For now, filter out instructions which just set a register to // an Operand or an immediate, like MOV32ri. if (InstPatOp->isSubClassOf("Operand"))