diff options
| author | 2012-03-20 13:50:20 -0700 | |
|---|---|---|
| committer | 2012-03-20 13:50:20 -0700 | |
| commit | 49ac9bfa63aea6d331e4c9aa5011953777bf98ad (patch) | |
| tree | 96b07ad8de3ff52270cc00dd4b3abf31495cc520 /src/compiler/codegen/GenInvoke.cc | |
| parent | 6c403e12aee630d7dc2a31444d49fda2cf81538e (diff) | |
| parent | bdf6c3d6728f563a143862f1909cb0e6717a8b23 (diff) | |
Merge "Trivial cleanup of typos and fixed-length buffers." into ics-mr1-plus-art
Diffstat (limited to 'src/compiler/codegen/GenInvoke.cc')
| -rw-r--r-- | src/compiler/codegen/GenInvoke.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/codegen/GenInvoke.cc b/src/compiler/codegen/GenInvoke.cc index 4847ef8920..037a9bb5df 100644 --- a/src/compiler/codegen/GenInvoke.cc +++ b/src/compiler/codegen/GenInvoke.cc @@ -131,7 +131,7 @@ void scanMethodLiteralPool(CompilationUnit* cUnit, LIR** methodTarget, LIR** cod } /* - * Bit of a hack here - in leiu of a real scheduling pass, + * Bit of a hack here - in the absence of a real scheduling pass, * emit the next instruction in static & direct invoke sequences. */ int nextSDCallInsn(CompilationUnit* cUnit, MIR* mir, @@ -233,7 +233,7 @@ int nextSDCallInsn(CompilationUnit* cUnit, MIR* mir, } /* - * Bit of a hack here - in leiu of a real scheduling pass, + * Bit of a hack here - in the absence of a real scheduling pass, * emit the next instruction in a virtual invoke sequence. * We can use rLR as a temp prior to target address loading * Note also that we'll load the first argument ("this") into |