summaryrefslogtreecommitdiff
path: root/compiler/compiler_backend.h
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2014-03-01 04:49:17 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-03-01 04:49:17 +0000
commite4a74a6ac8d1486b1227504044a60002e69a9fec (patch)
tree117d99c16f201b2f14adfe0922e56b9ff433c133 /compiler/compiler_backend.h
parent3c506f9877b4a106d93169b6bb5610b24a84d61c (diff)
parentb48b9eb6d181a1f52e2e605cf26a21505f1d46ed (diff)
Merge "Fix clang to compile and run host tests."
Diffstat (limited to 'compiler/compiler_backend.h')
-rw-r--r--compiler/compiler_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/compiler_backend.h b/compiler/compiler_backend.h
index 01a69afc89..2d68b21be5 100644
--- a/compiler/compiler_backend.h
+++ b/compiler/compiler_backend.h
@@ -23,7 +23,7 @@
namespace art {
class Backend;
-class CompilationUnit;
+struct CompilationUnit;
class CompilerDriver;
class CompiledMethod;
class MIRGraph;