| commit | 7a01dc2107d4255b445c32867d15d45fcebb3acd | [log] [tgz] |
|---|---|---|
| author | Vladimir Marko <vmarko@google.com> | Fri Jan 02 17:00:44 2015 +0000 |
| committer | Vladimir Marko <vmarko@google.com> | Tue Feb 17 21:06:27 2015 +0000 |
| tree | 5f25d4a2889e6fbcb5119484f2b0b6a4253f9b00 | |
| parent | bce889940f10319bf67bdc5630c84dd7f6e5c246 [diff] |
Dead code elimination based on GVN results. Change-Id: I5b77411a8f088f0b561da14b123cf6b0501c9db5
diff --git a/compiler/dex/quick/quick_compiler.cc b/compiler/dex/quick/quick_compiler.cc index 909077e..f399429 100644 --- a/compiler/dex/quick/quick_compiler.cc +++ b/compiler/dex/quick/quick_compiler.cc
@@ -560,6 +560,7 @@ // (1 << kNullCheckElimination) | // (1 << kClassInitCheckElimination) | // (1 << kGlobalValueNumbering) | + // (1 << kGvnDeadCodeElimination) | // (1 << kLocalValueNumbering) | // (1 << kPromoteRegs) | // (1 << kTrackLiveTemps) |