From b3bd5f07884f5a1f2b84224363b1372d7c28d447 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 8 Mar 2012 21:05:27 -0800 Subject: Refactor the compilers out of libart. This builds three separate compilers and dynamically links with the right one at runtime. Change-Id: I59d22b9884f41de733c09f97e29ee290236d5f4b --- src/compiler/codegen/CodegenFactory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/codegen/CodegenFactory.cc') diff --git a/src/compiler/codegen/CodegenFactory.cc b/src/compiler/codegen/CodegenFactory.cc index b27efe002e..8a6e1bc967 100644 --- a/src/compiler/codegen/CodegenFactory.cc +++ b/src/compiler/codegen/CodegenFactory.cc @@ -266,7 +266,7 @@ void markGCCard(CompilationUnit* cUnit, int valReg, int tgtAddrReg) } /* - * Utiltiy to load the current Method*. Broken out + * Utility to load the current Method*. Broken out * to allow easy change between placing the current Method* in a * dedicated register or its home location in the frame. */ -- cgit v1.2.3-59-g8ed1b