diff options
Diffstat (limited to 'lib/Target/SparcV9/SparcV9TargetMachine.cpp')
-rw-r--r-- | lib/Target/SparcV9/SparcV9TargetMachine.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index f1742ec..738413f 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -254,10 +254,6 @@ bool UltraSparc::addPassesToJITCompile(FunctionPassManager &PM) { PM.add(createInstructionSelectionPass(*this)); - // new pass: convert Value* in MachineOperand to an unsigned register - // this brings it in line with what the X86 JIT's RegisterAllocator expects - //PM.add(createAddRegNumToValuesPass()); - PM.add(getRegisterAllocator(*this)); PM.add(getPrologEpilogInsertionPass()); |