summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/FastISelEmitter.cpp
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
commit4604bddc078399428f6de6be6932ada828661f1c (patch)
tree74f0787b74f28e25ebdae2d5ff3380415a12eeb6 /llvm/utils/TableGen/FastISelEmitter.cpp
parentb6d31e7dcc12d6cc5ea0287a1ce616e04026acef (diff)
downloadbcm5719-llvm-4604bddc078399428f6de6be6932ada828661f1c.tar.gz
bcm5719-llvm-4604bddc078399428f6de6be6932ada828661f1c.zip
remove some debugging code I added.
llvm-svn: 129668
Diffstat (limited to 'llvm/utils/TableGen/FastISelEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/FastISelEmitter.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/utils/TableGen/FastISelEmitter.cpp b/llvm/utils/TableGen/FastISelEmitter.cpp
index b6631c848e0..8e04e40c0a9 100644
--- a/llvm/utils/TableGen/FastISelEmitter.cpp
+++ b/llvm/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"))
OpenPOWER on IntegriCloud