From 306f017dd883c0bf806d239d97e0bca3194afbd7 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 7 Jan 2014 18:21:20 +0000 Subject: Faster AssembleLIR for ARM. This also reduces sizeof(LIR) by 4 bytes (32-bit builds). Change-Id: I0cb81f9bf098dfc50050d5bc705c171af26464ce --- compiler/dex/compiler_enums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/dex/compiler_enums.h') 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. -- cgit v1.2.3-59-g8ed1b