From 3c03503d66df3b4440f851ae7d0c4fae5e7872df Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 28 Oct 2014 10:46:40 +0000 Subject: Follow-up CL after hard float changes. Addressing comments from Zheng Xu. Change-Id: I8c599cdfab03373e82a1b90b711005c490bc6ca0 --- compiler/optimizing/code_generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/code_generator.h') diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index 163886921a..2f12ad03fa 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -185,7 +185,7 @@ class CodeGenerator : public ArenaObject { virtual Location AllocateFreeRegister(Primitive::Type type) const = 0; static size_t FindFreeEntry(bool* array, size_t length); - static size_t FindTwoFreeConsecutiveEntries(bool* array, size_t length); + static size_t FindTwoFreeConsecutiveAlignedEntries(bool* array, size_t length); virtual Location GetStackLocation(HLoadLocal* load) const = 0; -- cgit v1.2.3-59-g8ed1b