From 2bd4c5c1b704be8a81d9b7a94b3e828afa2b0963 Mon Sep 17 00:00:00 2001 From: David Brazdil Date: Wed, 4 Nov 2015 22:48:45 +0000 Subject: Revert "ART: Implement DeadPhiHandling in PrimitiveTypePropagation" Crashes on YouTube, need to investigate This reverts commit 1749e2cfb5c5ed4d6970a09aecf898ca9cdfcb75. Change-Id: If5f133d55dcc26b8db79a670a48fbd4af7807556 --- compiler/optimizing/ssa_builder.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/optimizing/ssa_builder.h') 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(); -- cgit v1.2.3-59-g8ed1b