From: Chandler Carruth Date: Fri, 13 Feb 2015 09:57:03 +0000 (+0000) Subject: [PM] Fix #include order here that I forgot to update before changing it. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00fac2ab1b101e6e94c1eb3de39cef85d1b4a13b;p=clang [PM] Fix #include order here that I forgot to update before changing it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229092 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/BackendUtil.cpp b/lib/CodeGen/BackendUtil.cpp index ef77ce2b8d..7442f4374c 100644 --- a/lib/CodeGen/BackendUtil.cpp +++ b/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"