diff options
| author | 2014-03-31 16:16:36 +0000 | |
|---|---|---|
| committer | 2014-03-31 16:16:37 +0000 | |
| commit | 01df0159162fd559af2bcd6f53130096c533fe9c (patch) | |
| tree | 48e010d0f161a243a0ce3832e45f15258ae3de42 /compiler/dex/compiler_enums.h | |
| parent | 7414375acad6170606903013d331f653173c299f (diff) | |
| parent | 306f017dd883c0bf806d239d97e0bca3194afbd7 (diff) | |
Merge "Faster AssembleLIR for ARM."
Diffstat (limited to 'compiler/dex/compiler_enums.h')
| -rw-r--r-- | compiler/dex/compiler_enums.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index eb4a3367bb..964a222c05 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -417,7 +417,7 @@ std::ostream& operator<<(std::ostream& os, const SelectInstructionKind& kind); enum FixupKind { kFixupNone, kFixupLabel, // For labels we just adjust the offset. - kFixupLoad, // Mostly for imediates. + kFixupLoad, // Mostly for immediates. kFixupVLoad, // FP load which *may* be pc-relative. kFixupCBxZ, // Cbz, Cbnz. kFixupPushPop, // Not really pc relative, but changes size based on args. |