diff options
author | 2014-03-01 04:49:17 +0000 | |
---|---|---|
committer | 2014-03-01 04:49:17 +0000 | |
commit | e4a74a6ac8d1486b1227504044a60002e69a9fec (patch) | |
tree | 117d99c16f201b2f14adfe0922e56b9ff433c133 /compiler/driver/compiler_driver.h | |
parent | 3c506f9877b4a106d93169b6bb5610b24a84d61c (diff) | |
parent | b48b9eb6d181a1f52e2e605cf26a21505f1d46ed (diff) |
Merge "Fix clang to compile and run host tests."
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 377eb6fa34..1bd2c1b20b 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -48,7 +48,7 @@ class AOTCompilationStats; class CompilerOptions; class DexCompilationUnit; class DexFileToMethodInlinerMap; -class InlineIGetIPutData; +struct InlineIGetIPutData; class OatWriter; class ParallelCompilationManager; class TimingLogger; |