diff options
| author | 2012-11-01 12:06:54 -0700 | |
|---|---|---|
| committer | 2012-11-01 12:06:54 -0700 | |
| commit | 5b3c889b316746ddc835289aa6600cd967f2ecfe (patch) | |
| tree | 683a71d08dc8b70cb16d9c064f1f0abd7c14b0b3 /src/compiler/codegen/x86/Codegen.h | |
| parent | e46cd75f182a3d738c5e2ef3cc90b2f0b1de56ee (diff) | |
| parent | b046e16d8b8da318d6055f9308950131f1255e08 (diff) | |
Merge "Remove all TARGET_[ARM|X86|MIPS] #ifdefs" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/x86/Codegen.h')
| -rw-r--r-- | src/compiler/codegen/x86/Codegen.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/compiler/codegen/x86/Codegen.h b/src/compiler/codegen/x86/Codegen.h index 568a3888b5..3755e500aa 100644 --- a/src/compiler/codegen/x86/Codegen.h +++ b/src/compiler/codegen/x86/Codegen.h @@ -14,13 +14,7 @@ * limitations under the License. */ -/* - * This file contains register alloction support and is intended to be - * included by: - * - * Codegen-$(TARGET_ARCH_VARIANT).c - * - */ +/* This file contains register alloction support */ #include "../../CompilerIR.h" @@ -101,7 +95,7 @@ inline s4 s4FromSwitchData(const void* switchData) { #endif -extern void oatSetupResourceMasks(LIR* lir); +extern void oatSetupResourceMasks(CompilationUnit* cUnit, LIR* lir); extern LIR* oatRegCopyNoInsert(CompilationUnit* cUnit, int rDest, int rSrc); |