diff options
Diffstat (limited to 'llvm/lib/Target/Sparc/Sparc.cpp')
| -rw-r--r-- | llvm/lib/Target/Sparc/Sparc.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/Sparc.cpp b/llvm/lib/Target/Sparc/Sparc.cpp index 20bad83dfc6..9524e805159 100644 --- a/llvm/lib/Target/Sparc/Sparc.cpp +++ b/llvm/lib/Target/Sparc/Sparc.cpp @@ -291,14 +291,17 @@ UltraSparc::compileMethod(Method *method) << "\n\n"; return true; } - + + /* if (ScheduleInstructionsWithSSA(method, *this)) { cerr << "Instruction scheduling before allocation failed for method " << method->getName() << "\n\n"; return true; } + */ + AllocateRegisters(method, *this); // allocate registers ApplyPeepholeOptimizations(method, *this); // machine-dependent peephole opts |

