From 5be30072c5a750617dc3f9380776d074f26d9f32 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Wed, 1 Oct 2014 22:15:34 -0700 Subject: [PATCH] ART: Remove wrong DCHECK Bug: 17772057 Bug: 17763227 Bug: 17762845 Change-Id: If5d35b8e3e156173f2e47ae86ff48ebfc01ca02d --- compiler/dex/quick/arm64/int_arm64.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/dex/quick/arm64/int_arm64.cc b/compiler/dex/quick/arm64/int_arm64.cc index 659a35ae8..1e97a3246 100644 --- a/compiler/dex/quick/arm64/int_arm64.cc +++ b/compiler/dex/quick/arm64/int_arm64.cc @@ -474,7 +474,6 @@ bool Arm64Mir2Lir::SmallLiteralDivRem64(Instruction::Code dalvik_opcode, bool is } else { reconstructed_imm = base + 1; } - DCHECK_EQ(reconstructed_imm, magic_table[lit].magic64) << " for literal " << lit; } // Load the magic constant in two instructions. -- 2.11.0