mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
remove some debugging code I added.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
602fc06817
commit
461cd70311
@ -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…
Reference in New Issue
Block a user