summaryrefslogtreecommitdiff
path: root/compiler/dex
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dex')
-rw-r--r--compiler/dex/quick/x86/fp_x86.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/quick/x86/fp_x86.cc b/compiler/dex/quick/x86/fp_x86.cc
index d687b35474..1fed58b04b 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) {