diff options
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
-rw-r--r-- | src/compiler/codegen/Ralloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h index c9e5308aad..8c8c693edb 100644 --- a/src/compiler/codegen/Ralloc.h +++ b/src/compiler/codegen/Ralloc.h @@ -28,11 +28,11 @@ namespace art { /* Static register use counts */ -typedef struct RefCounts { +struct RefCounts { int count; int sReg; bool doubleStart; // Starting vReg for a double -} RefCounts; +}; inline int oatS2VReg(CompilationUnit* cUnit, int sReg) |