[llvm-commits] [llvm] r129668 - /llvm/trunk/utils/TableGen/FastISelEmitter.cpp
Chris Lattner
sabre at nondot.org
Sun Apr 17 14:36:20 PDT 2011
Author: lattner
Date: Sun Apr 17 16:36:19 2011
New Revision: 129668
URL: http://llvm.org/viewvc/llvm-project?rev=129668&view=rev
Log:
remove some debugging code I added.
Modified:
llvm/trunk/utils/TableGen/FastISelEmitter.cpp
Modified: llvm/trunk/utils/TableGen/FastISelEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/FastISelEmitter.cpp?rev=129668&r1=129667&r2=129668&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/FastISelEmitter.cpp (original)
+++ llvm/trunk/utils/TableGen/FastISelEmitter.cpp Sun Apr 17 16:36:19 2011
@@ -324,11 +324,6 @@
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"))
More information about the llvm-commits
mailing list