r229092 - [PM] Fix #include order here that I forgot to update before changing it.
Chandler Carruth
chandlerc at gmail.com
Fri Feb 13 01:57:03 PST 2015
Author: chandlerc
Date: Fri Feb 13 03:57:03 2015
New Revision: 229092
URL: http://llvm.org/viewvc/llvm-project?rev=229092&view=rev
Log:
[PM] Fix #include order here that I forgot to update before changing it.
Modified:
cfe/trunk/lib/CodeGen/BackendUtil.cpp
Modified: cfe/trunk/lib/CodeGen/BackendUtil.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/BackendUtil.cpp?rev=229092&r1=229091&r2=229092&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/BackendUtil.cpp (original)
+++ cfe/trunk/lib/CodeGen/BackendUtil.cpp Fri Feb 13 03:57:03 2015
@@ -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"
More information about the cfe-commits
mailing list