From 8a62a4c9570b345b715a022d33d443413a634392 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 3 Jul 2018 09:39:07 +0100 Subject: Handle String. with a phi input. We wrongly assumed only irreducible loops could lead to this situation, but any loop can actually be in between a String NewInstance and a String.. bug: 109666561 Test: 563-checker-fakestring Change-Id: I018a22f7e22c15e140252544415f51d544f7cc13 --- compiler/optimizing/optimizing_compiler_stats.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/optimizing/optimizing_compiler_stats.h') diff --git a/compiler/optimizing/optimizing_compiler_stats.h b/compiler/optimizing/optimizing_compiler_stats.h index f246228074..9a26f2f6c4 100644 --- a/compiler/optimizing/optimizing_compiler_stats.h +++ b/compiler/optimizing/optimizing_compiler_stats.h @@ -50,7 +50,6 @@ enum class MethodCompilationStat { kNotCompiledThrowCatchLoop, kNotCompiledAmbiguousArrayOp, kNotCompiledHugeMethod, - kNotCompiledIrreducibleAndStringInit, kNotCompiledLargeMethodNoBranches, kNotCompiledMalformedOpcode, kNotCompiledNoCodegen, -- cgit v1.2.3-59-g8ed1b