diff options
author | Eric Christopher <echristo@gmail.com> | 2014-06-10 20:39:35 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-06-10 20:39:35 +0000 |
commit | 09fc276d0813bc0ea9f327d2012e8600ce0ff32a (patch) | |
tree | 022ecab00f900b120f77177be9a97e44653eabc8 | |
parent | 7070be116086af84dc9194aa19aa552a15e695b2 (diff) | |
download | bcm5719-llvm-09fc276d0813bc0ea9f327d2012e8600ce0ff32a.tar.gz bcm5719-llvm-09fc276d0813bc0ea9f327d2012e8600ce0ff32a.zip |
Reorder includes to be sorted.
llvm-svn: 210578
-rw-r--r-- | llvm/lib/CodeGen/Analysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Analysis.cpp b/llvm/lib/CodeGen/Analysis.cpp index b30948ed19f..f8a57b2838f 100644 --- a/llvm/lib/CodeGen/Analysis.cpp +++ b/llvm/lib/CodeGen/Analysis.cpp @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#include "llvm/CodeGen/Analysis.h" #include "llvm/Analysis/ValueTracking.h" +#include "llvm/CodeGen/Analysis.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/IR/DataLayout.h" #include "llvm/IR/DerivedTypes.h" |