From cf20c1a6d58eb45fb660722354761925b0a103e1 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 17 Jun 2014 11:13:30 +0100 Subject: [PATCH] Fix build: style issue. Change-Id: I2a1e81dc7c95b7e21f4fde47e2f88dae653b25f0 --- compiler/dex/quick/x86/fp_x86.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/dex/quick/x86/fp_x86.cc b/compiler/dex/quick/x86/fp_x86.cc index d687b3547..1fed58b04 100644 --- a/compiler/dex/quick/x86/fp_x86.cc +++ b/compiler/dex/quick/x86/fp_x86.cc @@ -565,7 +565,6 @@ bool X86Mir2Lir::GenInlinedAbsDouble(CallInfo* info) { StoreValueWide(rl_dest, rl_result); return true; } else if (v_src_reg == v_dst_reg) { - // if argument is the same as inlined intrinsic target // if argument is in the physical register if (rl_src.location == kLocPhysReg) { -- 2.11.0