mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove spurious debug output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
03d830e4f9
commit
1487cb3a5a
@ -1380,7 +1380,6 @@ TryInstructionTransform(MachineBasicBlock::iterator &mi,
|
|||||||
/// runOnMachineFunction - Reduce two-address instructions to two operands.
|
/// runOnMachineFunction - Reduce two-address instructions to two operands.
|
||||||
///
|
///
|
||||||
bool TwoAddressInstructionPass::runOnMachineFunction(MachineFunction &MF) {
|
bool TwoAddressInstructionPass::runOnMachineFunction(MachineFunction &MF) {
|
||||||
DEBUG(dbgs() << "Machine Function\n");
|
|
||||||
const TargetMachine &TM = MF.getTarget();
|
const TargetMachine &TM = MF.getTarget();
|
||||||
MRI = &MF.getRegInfo();
|
MRI = &MF.getRegInfo();
|
||||||
TII = TM.getInstrInfo();
|
TII = TM.getInstrInfo();
|
||||||
|
Loading…
Reference in New Issue
Block a user