OSDN Git Service

Revert "ART: Valgrind hotfix for VIXL 1.9"
authorSerban Constantinescu <serban.constantinescu@arm.com>
Thu, 2 Apr 2015 11:27:30 +0000 (12:27 +0100)
committerSerban Constantinescu <serban.constantinescu@arm.com>
Thu, 2 Apr 2015 16:25:27 +0000 (17:25 +0100)
Fixed in external/vixl and upstream VIXL.

Change-Id: I7d1901da06a7c1517c88a2583bc668a3e23ef852

compiler/optimizing/code_generator_arm64.cc

index ee04b3a..439e85c 100644 (file)
@@ -414,10 +414,6 @@ CodeGeneratorARM64::CodeGeneratorARM64(HGraph* graph,
       isa_features_(isa_features) {
   // Save the link register (containing the return address) to mimic Quick.
   AddAllocatedRegister(LocationFrom(lr));
-
-  // Workaround for valgrind undefined recommended_checkpoint_.
-  // This won't do anything, as the literal pool is empty, but initialize the field.
-  GetVIXLAssembler()->EmitLiteralPool(LiteralPool::EmitOption::kNoBranchRequired);
 }
 
 #undef __