diff options
Diffstat (limited to 'compiler/dex/frontend.h')
| -rw-r--r-- | compiler/dex/frontend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/frontend.h b/compiler/dex/frontend.h index 37c85b1b8c..f714ecd3ad 100644 --- a/compiler/dex/frontend.h +++ b/compiler/dex/frontend.h @@ -53,6 +53,7 @@ enum opt_control_vector { kPromoteCompilerTemps, kBranchFusing, kSuppressExceptionEdges, + kSuppressMethodInlining, }; // Force code generation paths for testing. |