From 5b4b898ed8725242ee6b7229b94467c3ea3054c8 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 18 Dec 2014 17:45:56 +0000 Subject: Revert "Don't block quick callee saved registers for optimizing." X64 has one libcore test failing, and codegen_test on arm is failing. This reverts commit 6004796d6c630696127df2494dcd4f30d1367a34. Change-Id: I20e00431fa18e11ce4c0cb6fffa91977fa8e9b4f --- compiler/optimizing/code_generator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/optimizing/code_generator.h') diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index e03bc53391..1d42c47d56 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -211,7 +211,6 @@ class CodeGenerator : public ArenaObject { // Register allocation logic. void AllocateRegistersLocally(HInstruction* instruction) const; - void MaybeBlockPhysicalRegisters(Location loc, bool is_output) const; // Backend specific implementation for allocating a register. virtual Location AllocateFreeRegister(Primitive::Type type) const = 0; -- cgit v1.2.3-59-g8ed1b