diff options
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
| -rw-r--r-- | src/compiler/codegen/Ralloc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h index 8c8c693edb..d32545c248 100644 --- a/src/compiler/codegen/Ralloc.h +++ b/src/compiler/codegen/Ralloc.h @@ -35,12 +35,6 @@ struct RefCounts { }; -inline int oatS2VReg(CompilationUnit* cUnit, int sReg) -{ - DCHECK_NE(sReg, INVALID_SREG); - return DECODE_REG(oatConvertSSARegToDalvik(cUnit, sReg)); -} - /* * Get the "real" sreg number associated with an sReg slot. In general, * sReg values passed through codegen are the SSA names created by |