diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-19 08:03:47 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-19 08:03:47 +0000 |
commit | 90230c84668269fbd53d163e398cd16486d5d414 (patch) | |
tree | 2e87945e8729f21862c82883ba9674dd62b4debb /tools/opt/opt.cpp | |
parent | e11dda8631f1e65417971ee0c2f7a661fc7d0fd7 (diff) |
Sort all of the includes. Several files got checked in with mis-sorted
includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/opt.cpp')
-rw-r--r-- | tools/opt/opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 48f748a636..a73525fad6 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -26,8 +26,8 @@ #include "llvm/DebugInfo.h" #include "llvm/IR/DataLayout.h" #include "llvm/IR/Module.h" -#include "llvm/LinkAllPasses.h" #include "llvm/LinkAllIR.h" +#include "llvm/LinkAllPasses.h" #include "llvm/MC/SubtargetFeature.h" #include "llvm/PassManager.h" #include "llvm/Support/Debug.h" |