OSDN Git Service

Fix build: style issue.
authorVladimir Marko <vmarko@google.com>
Tue, 17 Jun 2014 10:13:30 +0000 (11:13 +0100)
committerVladimir Marko <vmarko@google.com>
Tue, 17 Jun 2014 10:13:30 +0000 (11:13 +0100)
Change-Id: I2a1e81dc7c95b7e21f4fde47e2f88dae653b25f0

compiler/dex/quick/x86/fp_x86.cc

index d687b35..1fed58b 100644 (file)
@@ -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) {