summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/gen_common.cc
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2013-01-31 15:21:37 -0800
committer Brian Carlstrom <bdc@google.com> 2013-02-01 12:22:53 -0800
commit641ce0371c2f0dc95d26be02d8366124c8b66653 (patch)
tree5c132a223a739e852849d6a0d1b9ffef4305dfc3 /src/compiler/codegen/gen_common.cc
parent6cbd384cb98c6619c73fe4f76ef40a34ac6f355d (diff)
Rename compiler_llvm CompilationUnit to LlvmCompilationUnit
Also fixed stray ART_TEST_CFLAGS to LOCAL_CFLAGS Also fixed relative includes Tried to change CompilationUnit to reference LlvmCompilationUnit, but that causes issues because of the split libart-compiler libart-compiler-llvm. Change-Id: I7a490f339add6355a20c1cedae858ccf6967a6aa
Diffstat (limited to 'src/compiler/codegen/gen_common.cc')
-rw-r--r--src/compiler/codegen/gen_common.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/codegen/gen_common.cc b/src/compiler/codegen/gen_common.cc
index acaad5b26b..1d64a71848 100644
--- a/src/compiler/codegen/gen_common.cc
+++ b/src/compiler/codegen/gen_common.cc
@@ -14,10 +14,10 @@
* limitations under the License.
*/
+#include "codegen_util.h"
+#include "compiler/compiler_ir.h"
#include "oat/runtime/oat_support_entrypoints.h"
-#include "../compiler_ir.h"
#include "ralloc_util.h"
-#include "codegen_util.h"
namespace art {