]> granicus.if.org Git - clang/commitdiff
[PM] Fix #include order here that I forgot to update before changing it.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 09:57:03 +0000 (09:57 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 09:57:03 +0000 (09:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229092 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/BackendUtil.cpp

index ef77ce2b8d910fc5f32a18c8b18ab6fe7fb92aba..7442f4374cab1da6a55fb2407069b0729fe0d280 100644 (file)
 #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"