summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/Ralloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
-rw-r--r--src/compiler/codegen/Ralloc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h
index 82ce23eb82..ad19475b9b 100644
--- a/src/compiler/codegen/Ralloc.h
+++ b/src/compiler/codegen/Ralloc.h
@@ -45,12 +45,6 @@ static inline int oatS2VReg(CompilationUnit* cUnit, int sReg)
return DECODE_REG(oatConvertSSARegToDalvik(cUnit, sReg));
}
-/* Reset the tracker to unknown state */
-static inline void oatResetNullCheck(CompilationUnit* cUnit)
-{
- oatClearAllBits(cUnit->regPool->nullCheckedRegs);
-}
-
/*
* Get the "real" sreg number associated with an sReg slot. In general,
* sReg values passed through codegen are the SSA names created by
@@ -161,10 +155,6 @@ extern void oatResetDefLocWide(CompilationUnit* cUnit, RegLocation rl);
extern void oatResetDefTracking(CompilationUnit* cUnit);
-/* Kill the corresponding bit in the null-checked register list */
-extern void oatKillNullCheckedLoc(CompilationUnit* cUnit,
- RegLocation loc);
-
extern RegisterInfo *oatIsLive(CompilationUnit* cUnit, int reg);
/* To be used when explicitly managing register use */