summaryrefslogtreecommitdiff
path: root/utils/TableGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-17 21:36:19 +0000
committerChris Lattner <sabre@nondot.org>2011-04-17 21:36:19 +0000
commit461cd703115e40af487af4642cbacdc9b2187dde (patch)
treef4787c8a5796ea1416433b1258c2e254366b7758 /utils/TableGen
parent602fc0681726155942907debee1fe0b8b44ffc1b (diff)
downloadllvm-461cd703115e40af487af4642cbacdc9b2187dde.tar.gz
llvm-461cd703115e40af487af4642cbacdc9b2187dde.tar.bz2
llvm-461cd703115e40af487af4642cbacdc9b2187dde.tar.xz
remove some debugging code I added.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129668 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen')
-rw-r--r--utils/TableGen/FastISelEmitter.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp
index b6631c848e..8e04e40c0a 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"))