diff options
Diffstat (limited to 'vm/compiler/CompilerIR.h')
-rw-r--r-- | vm/compiler/CompilerIR.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/compiler/CompilerIR.h b/vm/compiler/CompilerIR.h index 201b0cc5d..d61d2eeff 100644 --- a/vm/compiler/CompilerIR.h +++ b/vm/compiler/CompilerIR.h @@ -91,6 +91,7 @@ typedef struct CompilationUnit { LIR *firstChainingLIR[CHAINING_CELL_LAST]; RegisterScoreboard registerScoreboard; // Track register dependency int optRound; // round number to tell an LIR's age + JitInstructionSetType instructionSet; } CompilationUnit; BasicBlock *dvmCompilerNewBB(BBType blockType); |