diff options
Diffstat (limited to 'src/compiler/dex/frontend.h')
-rw-r--r-- | src/compiler/dex/frontend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/dex/frontend.h b/src/compiler/dex/frontend.h index 49e085270c..dc57a23485 100644 --- a/src/compiler/dex/frontend.h +++ b/src/compiler/dex/frontend.h @@ -71,6 +71,7 @@ enum debugControlVector { kDebugDumpCheckStats, kDebugDumpBitcodeFile, kDebugVerifyBitcode, + kDebugShowSummaryMemoryUsage, }; class LLVMInfo { |