summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-01-14 09:41:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-14 09:41:29 +0000
commitc40a4350daac81ddbfc5f6ceab934f2180dc4ec6 (patch)
treefe90654338f6768cfc6475c3ee2d87c01ec1f703 /compiler/optimizing
parent7774edf4c19734922669fa888923e8c7d7385ea3 (diff)
parentaf2c65c38449dfeb21b572887110c5c9a0008ca1 (diff)
downloadart-c40a4350daac81ddbfc5f6ceab934f2180dc4ec6.tar.gz
art-c40a4350daac81ddbfc5f6ceab934f2180dc4ec6.tar.bz2
art-c40a4350daac81ddbfc5f6ceab934f2180dc4ec6.zip
Merge "Remove whitespace."
Diffstat (limited to 'compiler/optimizing')
-rw-r--r--compiler/optimizing/code_generator_arm.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/optimizing/code_generator_arm.cc b/compiler/optimizing/code_generator_arm.cc
index 20b8b6a62d..4fd545f027 100644
--- a/compiler/optimizing/code_generator_arm.cc
+++ b/compiler/optimizing/code_generator_arm.cc
@@ -598,9 +598,9 @@ Location InvokeDexCallingConventionVisitor::GetNextLocation(Primitive::Type type
}
if (index + 1 < calling_convention.GetNumberOfRegisters()) {
DCHECK_EQ(calling_convention.GetRegisterAt(index) + 1,
- calling_convention.GetRegisterAt(index + 1));
+ calling_convention.GetRegisterAt(index + 1));
return Location::RegisterPairLocation(calling_convention.GetRegisterAt(index),
- calling_convention.GetRegisterAt(index + 1));
+ calling_convention.GetRegisterAt(index + 1));
} else {
return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index));
}