diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-02-13 09:57:03 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-02-13 09:57:03 +0000 |
commit | 9828e69a3fd2dc9af5d5ff374d47c3f2f1697cd2 (patch) | |
tree | 1560f1481611f930f3de1525759a2a3a18b98422 /clang/lib/CodeGen/BackendUtil.cpp | |
parent | d01918fa13f09b35571df55a378a37d9bb05a460 (diff) | |
download | bcm5719-llvm-9828e69a3fd2dc9af5d5ff374d47c3f2f1697cd2.tar.gz bcm5719-llvm-9828e69a3fd2dc9af5d5ff374d47c3f2f1697cd2.zip |
[PM] Fix #include order here that I forgot to update before changing it.
llvm-svn: 229092
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
-rw-r--r-- | clang/lib/CodeGen/BackendUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp index ef77ce2b8d9..7442f4374ca 100644 --- a/clang/lib/CodeGen/BackendUtil.cpp +++ b/clang/lib/CodeGen/BackendUtil.cpp @@ -22,10 +22,10 @@ #include "llvm/CodeGen/SchedulerRegistry.h" #include "llvm/IR/DataLayout.h" #include "llvm/IR/IRPrintingPasses.h" +#include "llvm/IR/LegacyPassManager.h" #include "llvm/IR/Module.h" #include "llvm/IR/Verifier.h" #include "llvm/MC/SubtargetFeature.h" -#include "llvm/IR/LegacyPassManager.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/FormattedStream.h" #include "llvm/Support/PrettyStackTrace.h" |