diff options
| author | 2015-02-18 14:36:59 +0000 | |
|---|---|---|
| committer | 2015-02-18 14:37:00 +0000 | |
| commit | ca47c2ece95c9ea511864c51c5c3923e087d4499 (patch) | |
| tree | ce0aa5a654476bf3f2078db64f51b6dcb2ce8be4 | |
| parent | 35757740da77220dc51d5cff3bc3a779f2eea9ef (diff) | |
| parent | 37e05bf384e21a031455c00b5fec668c187acd8d (diff) | |
Merge "Quick: Disable DCE until we fix FP/Core reg mismatches."
| -rw-r--r-- | compiler/dex/quick/quick_compiler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/quick_compiler.cc b/compiler/dex/quick/quick_compiler.cc index f39942973a..19c2a5a3a3 100644 --- a/compiler/dex/quick/quick_compiler.cc +++ b/compiler/dex/quick/quick_compiler.cc @@ -560,7 +560,7 @@ static uint32_t kCompilerOptimizerDisableFlags = 0 | // Disable specific optimi // (1 << kNullCheckElimination) | // (1 << kClassInitCheckElimination) | // (1 << kGlobalValueNumbering) | - // (1 << kGvnDeadCodeElimination) | + (1 << kGvnDeadCodeElimination) | // (1 << kLocalValueNumbering) | // (1 << kPromoteRegs) | // (1 << kTrackLiveTemps) | |