commit | 1ddbf6d4b37979a9f11a203c12befd5ae8b65df4 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Oct 01 14:59:23 2014 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Oct 01 14:59:23 2014 +0000 |
tree | 2bc48925657e791441aa947d4d629994a0696e78 | |
parent | bf9cd7ba2118a75f5aa9b56241c4d5fa00dedeb8 [diff] [blame] |
Revert "Introduce a class to implement optimization passes." This reverts commit bf9cd7ba2118a75f5aa9b56241c4d5fa00dedeb8. Change-Id: I0a483446666c9c24c45925a5fc199debdefd8b3e
diff --git a/compiler/optimizing/dead_code_elimination.cc b/compiler/optimizing/dead_code_elimination.cc index 5518851..fe2adc7 100644 --- a/compiler/optimizing/dead_code_elimination.cc +++ b/compiler/optimizing/dead_code_elimination.cc
@@ -20,7 +20,7 @@ namespace art { -void HDeadCodeElimination::Run() { +void DeadCodeElimination::Run() { // Process basic blocks in post-order in the dominator tree, so that // a dead instruction depending on another dead instruction is // removed.