Sort a few more #include lines in tools/... unittests/... and utils/...
[oota-llvm.git] / tools / llc / llc.cpp
index 74fbf57d267dc856797978a930431a96aee2d492..ad52917f83213a08677cebfeadf1c2bdc00e885e 100644 (file)
@@ -24,7 +24,6 @@
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/PassManager.h"
-#include "llvm/TargetTransformInfo.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/FormattedStream.h"
@@ -39,6 +38,7 @@
 #include "llvm/Support/ToolOutputFile.h"
 #include "llvm/Target/TargetLibraryInfo.h"
 #include "llvm/Target/TargetMachine.h"
+#include "llvm/TargetTransformInfo.h"
 #include <memory>
 using namespace llvm;