commit | cf20c1a6d58eb45fb660722354761925b0a103e1 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Tue Jun 17 11:13:30 2014 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Tue Jun 17 11:13:30 2014 +0100 |
tree | dc23486a3d4a034fe7faf35280a14b39d3f3ef3a | |
parent | a992a2820c70997d80bb46d09831a66a60827d17 [diff] |
Fix build: style issue. Change-Id: I2a1e81dc7c95b7e21f4fde47e2f88dae653b25f0
diff --git a/compiler/dex/quick/x86/fp_x86.cc b/compiler/dex/quick/x86/fp_x86.cc index d687b35..1fed58b 100644 --- a/compiler/dex/quick/x86/fp_x86.cc +++ b/compiler/dex/quick/x86/fp_x86.cc
@@ -565,7 +565,6 @@ 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) {