summaryrefslogtreecommitdiffstats
path: root/compiler/dex/vreg_analysis.cc
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-07-17 18:07:19 -0700
committerBrian Carlstrom <bdc@google.com>2013-07-17 21:46:11 -0700
commitb1eba213afaf7fa6445de863ddc9680ab99762ea (patch)
treec0a3000df1037211a6bcc7d75db51ee5c6069ec8 /compiler/dex/vreg_analysis.cc
parent2ce745c06271d5223d57dbf08117b20d5b60694a (diff)
downloadart-b1eba213afaf7fa6445de863ddc9680ab99762ea.zip
art-b1eba213afaf7fa6445de863ddc9680ab99762ea.tar.gz
art-b1eba213afaf7fa6445de863ddc9680ab99762ea.tar.bz2
Fix cpplint whitespace/comma issues
Change-Id: I456fc8d80371d6dfc07e6d109b7f478c25602b65
Diffstat (limited to 'compiler/dex/vreg_analysis.cc')
-rw-r--r--compiler/dex/vreg_analysis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/vreg_analysis.cc b/compiler/dex/vreg_analysis.cc
index 8df6dd9..10bbd1f 100644
--- a/compiler/dex/vreg_analysis.cc
+++ b/compiler/dex/vreg_analysis.cc
@@ -240,7 +240,7 @@ bool MIRGraph::InferTypeAndSize(BasicBlock* bb) {
reg_location_[ssa_rep->uses[i+1]].wide = true;
reg_location_[ssa_rep->uses[i+1]].high_word = true;
DCHECK_EQ(SRegToVReg(ssa_rep->uses[i])+1, SRegToVReg(ssa_rep->uses[i+1]));
- changed |= SetCore(ssa_rep->uses[i],true);
+ changed |= SetCore(ssa_rep->uses[i], true);
i++;
break;
case 'F':