commit | 0f3c55331439970e01af67f80ac117c473bc04cf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Mar 30 14:51:51 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Mar 30 14:51:51 2012 -0700 |
tree | cfa28ad2a58af1ffddb0a2ce90443ad4606743c3 | |
parent | 273cf36d199cf73de3cf61a559ad27c9d23f9825 [diff] [blame] |
Kill constants.h and fix some copyright headers. Change-Id: I51c04d731d6de035328781d8ac134ad6fcf49897
diff --git a/src/compiler_llvm/compilation_unit.cc b/src/compiler_llvm/compilation_unit.cc index ae87395..c5952f0 100644 --- a/src/compiler_llvm/compilation_unit.cc +++ b/src/compiler_llvm/compilation_unit.cc
@@ -16,7 +16,7 @@ #include "compilation_unit.h" -#include "constants.h" +#include "instruction_set.h" #include "ir_builder.h" #include "logging.h"