commit | a2e18ed9397f21c96eae4a26df9ca35a6a97341d | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Jan 26 16:39:37 2015 -0800 |
committer | Andreas Gampe <agampe@google.com> | Mon Jan 26 16:40:53 2015 -0800 |
tree | 66a5430ef90446e47462dd4110834c8211e6118f | |
parent | 8c1a3a22542bbe6f42649f1af7c579ddbb8134b2 [diff] [blame] |
ART: Fix inlining of Mir2Lir Missed -inl includes. Change-Id: I39e6d603c7f5d36693aca3816653594488bff63f
diff --git a/compiler/dex/quick/arm/assemble_arm.cc b/compiler/dex/quick/arm/assemble_arm.cc index 05e2abe..3d64833 100644 --- a/compiler/dex/quick/arm/assemble_arm.cc +++ b/compiler/dex/quick/arm/assemble_arm.cc
@@ -19,7 +19,7 @@ #include "arm_lir.h" #include "base/logging.h" #include "dex/compiler_ir.h" -#include "dex/quick/mir_to_lir.h" +#include "dex/quick/mir_to_lir-inl.h" namespace art {