summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/codegen_util.h
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2013-02-01 21:45:39 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2013-02-01 21:45:39 +0000
commit5d78f9c6045878c9e448d47b688dd89eaf476a83 (patch)
tree32850692eb4565a4ee3eaf122da32debec45b4c2 /src/compiler/codegen/codegen_util.h
parente9de2dd6bd51f9be3457b5e2ffdd97f457ddebcb (diff)
parent641ce0371c2f0dc95d26be02d8366124c8b66653 (diff)
Merge "Rename compiler_llvm CompilationUnit to LlvmCompilationUnit" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/codegen_util.h')
-rw-r--r--src/compiler/codegen/codegen_util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/compiler/codegen/codegen_util.h b/src/compiler/codegen/codegen_util.h
index 3bb4291767..4f146560b2 100644
--- a/src/compiler/codegen/codegen_util.h
+++ b/src/compiler/codegen/codegen_util.h
@@ -17,8 +17,15 @@
#ifndef ART_SRC_COMPILER_CODEGEN_CODEGENUTIL_H_
#define ART_SRC_COMPILER_CODEGEN_CODEGENUTIL_H_
+#include <stdint.h>
+
+#include "compiler/compiler_enums.h"
+
namespace art {
+class CompilationUnit;
+struct LIR;
+
void MarkSafepointPC(CompilationUnit* cu, LIR* inst);
bool FastInstance(CompilationUnit* cu, uint32_t field_idx,
int& field_offset, bool& is_volatile, bool is_put);