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 43f68554b5..b9b4178890 100644 --- a/compiler/dex/frontend.h +++ b/compiler/dex/frontend.h @@ -56,6 +56,7 @@ enum opt_control_vector { kMatch, kPromoteCompilerTemps, kBranchFusing, + kSuppressExceptionEdges, }; // Force code generation paths for testing. |