diff options
Diffstat (limited to 'src/compiler/codegen/mips/MipsRallocUtil.cc')
| -rw-r--r-- | src/compiler/codegen/mips/MipsRallocUtil.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/codegen/mips/MipsRallocUtil.cc b/src/compiler/codegen/mips/MipsRallocUtil.cc index 504375b572..774dffcb43 100644 --- a/src/compiler/codegen/mips/MipsRallocUtil.cc +++ b/src/compiler/codegen/mips/MipsRallocUtil.cc @@ -122,8 +122,6 @@ extern void oatClobberCalleeSave(CompilationUnit *cUnit) oatClobber(cUnit, r_GP); oatClobber(cUnit, r_FP); oatClobber(cUnit, r_RA); - oatClobber(cUnit, r_HI); - oatClobber(cUnit, r_LO); oatClobber(cUnit, r_F0); oatClobber(cUnit, r_F1); oatClobber(cUnit, r_F2); |