diff options
author | 2015-11-04 22:48:45 +0000 | |
---|---|---|
committer | 2015-11-04 22:48:45 +0000 | |
commit | 2bd4c5c1b704be8a81d9b7a94b3e828afa2b0963 (patch) | |
tree | ee1ea3271d41b9a647a7ce7e4d1a0ed94eff9fcf /compiler/optimizing/ssa_builder.h | |
parent | 1749e2cfb5c5ed4d6970a09aecf898ca9cdfcb75 (diff) |
Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation"
Crashes on YouTube, need to investigate
This reverts commit 1749e2cfb5c5ed4d6970a09aecf898ca9cdfcb75.
Change-Id: If5f133d55dcc26b8db79a670a48fbd4af7807556
Diffstat (limited to 'compiler/optimizing/ssa_builder.h')
-rw-r--r-- | compiler/optimizing/ssa_builder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/optimizing/ssa_builder.h b/compiler/optimizing/ssa_builder.h index da0583ce44..79f1a28ac8 100644 --- a/compiler/optimizing/ssa_builder.h +++ b/compiler/optimizing/ssa_builder.h @@ -81,8 +81,6 @@ class SsaBuilder : public HGraphVisitor { static constexpr const char* kSsaBuilderPassName = "ssa_builder"; private: - void SetLoopPhiInputs(); - void FixEnvironmentPhis(); void FixNullConstantType(); void EquivalentPhisCleanup(); |