mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 18:04:59 +00:00
remove some debugging code I added.
llvm-svn: 129668
This commit is contained in:
parent
28eaf6be7f
commit
835ef2b8f4
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user