diff options
| author | 2012-03-18 00:06:11 -0700 | |
|---|---|---|
| committer | 2012-03-18 00:06:11 -0700 | |
| commit | ab2b55dfcf630fdf8d03b5f506386f114fa2874c (patch) | |
| tree | 288b6e463a5eb13d78bb0a1a511233ddf1259124 /src/compiler/codegen/MethodCodegenDriver.cc | |
| parent | b2793375d42b5d90d9a0111581c4314abe11ca4c (diff) | |
Refactor callRuntimeHelper
Change-Id: I87c5f592a931c98c4b5b693b72216f4e71990162
Diffstat (limited to 'src/compiler/codegen/MethodCodegenDriver.cc')
| -rw-r--r-- | src/compiler/codegen/MethodCodegenDriver.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/codegen/MethodCodegenDriver.cc b/src/compiler/codegen/MethodCodegenDriver.cc index 45a0c75afb..59aa4caec4 100644 --- a/src/compiler/codegen/MethodCodegenDriver.cc +++ b/src/compiler/codegen/MethodCodegenDriver.cc @@ -892,6 +892,7 @@ void oatMethodMIR2LIR(CompilationUnit* cUnit) oatDataFlowAnalysisDispatcher(cUnit, methodBlockCodeGen, kPreOrderDFSTraversal, false /* Iterative */); + handleSuspendLaunchpads(cUnit); handleThrowLaunchpads(cUnit); |