OSDN Git Service

Fix extra parantheses
authorCalin Juravle <calin@google.com>
Thu, 20 Aug 2015 14:01:27 +0000 (15:01 +0100)
committerCalin Juravle <calin@google.com>
Thu, 20 Aug 2015 14:01:27 +0000 (15:01 +0100)
:(

Change-Id: Ie48a54de1276fb9e478cb5927d714b2ff14ae6c6

compiler/optimizing/builder.cc

index 1483403..7b42db8 100644 (file)
@@ -891,7 +891,7 @@ bool HGraphBuilder::BuildInvoke(const Instruction& instruction,
                                     register_index,
                                     is_range,
                                     descriptor,
-                                    clinit_check));
+                                    clinit_check);
 }
 
 HClinitCheck* HGraphBuilder::ProcessClinitCheckForInvoke(