forked from OSchip/llvm-project
[PM] Fix #include order here that I forgot to update before changing it.
llvm-svn: 229092
This commit is contained in:
parent
d01918fa13
commit
9828e69a3f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue