diff options
| author | 2012-03-09 16:00:38 -0800 | |
|---|---|---|
| committer | 2012-03-09 16:00:38 -0800 | |
| commit | b3cd1229e6904365ca0ca2a7bbc4701ad1908154 (patch) | |
| tree | d499bee2134f38253118461070e6e11b2b33c4fc /src/compiler/codegen/mips/MipsRallocUtil.cc | |
| parent | e7825db4cfe76eabf5e3ebc0358b5e067ca3f484 (diff) | |
Really fix build.
Change-Id: I09c76b8fede9e926519b206010ba6c7ab44c3216
Diffstat (limited to 'src/compiler/codegen/mips/MipsRallocUtil.cc')
| -rw-r--r-- | src/compiler/codegen/mips/MipsRallocUtil.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/compiler/codegen/mips/MipsRallocUtil.cc b/src/compiler/codegen/mips/MipsRallocUtil.cc index 41bc991704..7fd9b598cd 100644 --- a/src/compiler/codegen/mips/MipsRallocUtil.cc +++ b/src/compiler/codegen/mips/MipsRallocUtil.cc @@ -158,14 +158,6 @@ extern RegLocation oatGetReturnAlt(CompilationUnit* cUnit) return res; } -extern RegLocation oatGetReturn(CompilationUnit* cUnit) -{ - RegLocation res = LOC_C_RETURN; - oatClobber(cUnit, res.lowReg); - oatMarkInUse(cUnit, res.lowReg); - return res; -} - extern RegisterInfo* oatGetRegInfo(CompilationUnit* cUnit, int reg) { return FPREG(reg) ? &cUnit->regPool->FPRegs[reg & FP_REG_MASK] |