From d426a8f36d958a251d14e263c9c9e928848df90f Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Tue, 20 Jan 2015 12:54:52 +0000 Subject: [PATCH] Fix register allocator test. Change-Id: I87481757d6f59bf2d6127571f58f11b5372b3a06 --- compiler/optimizing/register_allocator_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/optimizing/register_allocator_test.cc b/compiler/optimizing/register_allocator_test.cc index fa1e01fb0..cb5010afc 100644 --- a/compiler/optimizing/register_allocator_test.cc +++ b/compiler/optimizing/register_allocator_test.cc @@ -815,7 +815,7 @@ TEST(RegisterAllocatorTest, SpillInactive) { locations = new (&allocator) LocationSummary(fourth->GetDefinedBy(), LocationSummary::kNoCall); locations->SetOut(Location::RequiresRegister()); - x86::CodeGeneratorX86 codegen(graph); + x86::CodeGeneratorX86 codegen(graph, CompilerOptions()); SsaLivenessAnalysis liveness(*graph, &codegen); RegisterAllocator register_allocator(&allocator, &codegen, liveness); -- 2.11.0