diff options
| author | 2012-03-08 21:05:27 -0800 | |
|---|---|---|
| committer | 2012-03-09 15:37:46 -0800 | |
| commit | b3bd5f07884f5a1f2b84224363b1372d7c28d447 (patch) | |
| tree | 6e2997ab64b4a4f32d7ef539a4649adc736ea553 /src/compiler/codegen/CodegenFactory.cc | |
| parent | ddbd01ac1660d57416879d5a576482f1048dde64 (diff) | |
Refactor the compilers out of libart.
This builds three separate compilers and dynamically links with the right one
at runtime.
Change-Id: I59d22b9884f41de733c09f97e29ee290236d5f4b
Diffstat (limited to 'src/compiler/codegen/CodegenFactory.cc')
| -rw-r--r-- | src/compiler/codegen/CodegenFactory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |