aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveDebugVariables.h
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-04-01 22:08:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-01 22:08:43 +0000
commitaa840b12bb733c809e6e05a7f62ba2c24dbe766c (patch)
tree9348fc507292f7e8715d22d64ce5a32131b4f875 /lib/CodeGen/LiveDebugVariables.h
parent037f5289474a7ef6c130fa4971973349a0b2ec63 (diff)
parent3fa16bd6062e23bcdb82ed4dd965674792e6b761 (diff)
downloadexternal_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.h2
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 {