diff options
Diffstat (limited to 'compiler/dex/frontend.h')
-rw-r--r-- | compiler/dex/frontend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/dex/frontend.h b/compiler/dex/frontend.h index c3b8d120d2..9e376ee7ee 100644 --- a/compiler/dex/frontend.h +++ b/compiler/dex/frontend.h @@ -76,7 +76,8 @@ enum debugControlVector { kDebugVerifyBitcode, kDebugShowSummaryMemoryUsage, kDebugShowFilterStats, - kDebugTimings + kDebugTimings, + kDebugCodegenDump }; class LLVMInfo { |