diff options
Diffstat (limited to 'src/compiler/codegen/CompilerCodegen.h')
| -rw-r--r-- | src/compiler/codegen/CompilerCodegen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/codegen/CompilerCodegen.h b/src/compiler/codegen/CompilerCodegen.h index 1137db3796..8f854da6e1 100644 --- a/src/compiler/codegen/CompilerCodegen.h +++ b/src/compiler/codegen/CompilerCodegen.h @@ -29,6 +29,9 @@ int oatGetInsnSize(LIR* lir); /* Lower middle-level IR to low-level IR for the whole method */ void oatMethodMIR2LIR(CompilationUnit* cUnit); +/* Lower middle-level IR to low-level IR for the simple methods */ +void oatSpecialMIR2LIR(CompilationUnit* cUnit, SpecialCaseHandler specialCase ); + /* Assemble LIR into machine code */ void oatAssembleLIR(CompilationUnit* cUnit); AssemblerStatus oatAssembleInstructions(CompilationUnit* cUnit, |