diff options
author | Stephen Hines <srhines@google.com> | 2015-04-01 22:08:43 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-01 22:08:43 +0000 |
commit | aa840b12bb733c809e6e05a7f62ba2c24dbe766c (patch) | |
tree | 9348fc507292f7e8715d22d64ce5a32131b4f875 /lib/CodeGen/LiveDebugVariables.h | |
parent | 037f5289474a7ef6c130fa4971973349a0b2ec63 (diff) | |
parent | 3fa16bd6062e23bcdb82ed4dd965674792e6b761 (diff) | |
download | external_llvm-aa840b12bb733c809e6e05a7f62ba2c24dbe766c.zip external_llvm-aa840b12bb733c809e6e05a7f62ba2c24dbe766c.tar.gz external_llvm-aa840b12bb733c809e6e05a7f62ba2c24dbe766c.tar.bz2 |
am 3fa16bd6: Merge "Update aosp/master LLVM for rebase to r230699."
* commit '3fa16bd6062e23bcdb82ed4dd965674792e6b761':
Update aosp/master LLVM for rebase to r230699.
Diffstat (limited to 'lib/CodeGen/LiveDebugVariables.h')
-rw-r--r-- | lib/CodeGen/LiveDebugVariables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveDebugVariables.h b/lib/CodeGen/LiveDebugVariables.h index 7e3b361..9748329 100644 --- a/lib/CodeGen/LiveDebugVariables.h +++ b/lib/CodeGen/LiveDebugVariables.h @@ -22,8 +22,8 @@ #define LLVM_LIB_CODEGEN_LIVEDEBUGVARIABLES_H #include "llvm/ADT/ArrayRef.h" -#include "llvm/IR/DebugInfo.h" #include "llvm/CodeGen/MachineFunctionPass.h" +#include "llvm/IR/DebugInfo.h" namespace llvm { |