Sort a few more #include lines in tools/... unittests/... and utils/...
authorChandler Carruth <chandlerc@gmail.com>
Wed, 2 Jan 2013 10:26:28 +0000 (10:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 2 Jan 2013 10:26:28 +0000 (10:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171363 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/llc.cpp
tools/llvm-objdump/COFFDump.cpp
tools/lto/LTOCodeGenerator.cpp
tools/opt/opt.cpp
unittests/ADT/ilistTest.cpp
unittests/Option/OptionParsingTest.cpp
unittests/VMCore/PassManagerTest.cpp
utils/TableGen/OptParserEmitter.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;
 
index 30faecbb19d22036cb768d71ef9d1e9a4c956f5d..2ada683f2df10db5c0410dbe3058d0823c2ea13b 100644 (file)
@@ -20,9 +20,9 @@
 #include "llvm/Object/ObjectFile.h"
 #include "llvm/Support/Format.h"
 #include "llvm/Support/SourceMgr.h"
+#include "llvm/Support/Win64EH.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/system_error.h"
-#include "llvm/Support/Win64EH.h"
 #include <algorithm>
 #include <cstring>
 
index ebb377abf932c45606b3de747f0ba1822db4dd15..91f5cc0b773e32e8e11f12d9e4c97a052773a255 100644 (file)
@@ -29,7 +29,6 @@
 #include "llvm/MC/SubtargetFeature.h"
 #include "llvm/Module.h"
 #include "llvm/PassManager.h"
-#include "llvm/TargetTransformInfo.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/Host.h"
@@ -43,6 +42,7 @@
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetOptions.h"
 #include "llvm/Target/TargetRegisterInfo.h"
+#include "llvm/TargetTransformInfo.h"
 #include "llvm/Transforms/IPO.h"
 #include "llvm/Transforms/IPO/PassManagerBuilder.h"
 using namespace llvm;
index af37e5e8c21b77b47db70937d00398f63fecf266..f2f48f788351f44736f853c4453ac43323e7d25d 100644 (file)
@@ -30,7 +30,6 @@
 #include "llvm/MC/SubtargetFeature.h"
 #include "llvm/Module.h"
 #include "llvm/PassManager.h"
-#include "llvm/TargetTransformInfo.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/IRReader.h"
 #include "llvm/Support/ManagedStatic.h"
@@ -44,6 +43,7 @@
 #include "llvm/Support/ToolOutputFile.h"
 #include "llvm/Target/TargetLibraryInfo.h"
 #include "llvm/Target/TargetMachine.h"
+#include "llvm/TargetTransformInfo.h"
 #include "llvm/Transforms/IPO/PassManagerBuilder.h"
 #include <algorithm>
 #include <memory>
index 711192ed89e7d7790398c29bc1864c9b6003479e..07bd5ec601994dd23faff1bf93548415a894e3d1 100644 (file)
@@ -8,8 +8,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/ADT/ilist.h"
-#include "llvm/ADT/ilist_node.h"
 #include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/ilist_node.h"
 #include "gtest/gtest.h"
 #include <ostream>
 
index 10e4be8dc13e568c6324d7dc95e2f5d082d64407..76e2549c56022efe72dc806a717276d5ec6ac55d 100644 (file)
@@ -10,7 +10,6 @@
 #include "llvm/Option/Arg.h"
 #include "llvm/Option/ArgList.h"
 #include "llvm/Option/Option.h"
-
 #include "gtest/gtest.h"
 
 using namespace llvm;
index 6cfc0369a42a386f3d071308b8d4341f221908c9..4690ca6daebc9d765cde9d6328816fb9022b3c03 100644 (file)
@@ -28,7 +28,6 @@
 #include "llvm/Pass.h"
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/raw_ostream.h"
 #include "gtest/gtest.h"
 
 using namespace llvm;
index 5dab9e63a017768f230d26fb1a9287466fbbcea2..0c1f6236e0597a037a1d77c6a985648038c7374a 100644 (file)
@@ -8,12 +8,11 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/TableGen/Error.h"
-#include "llvm/TableGen/Record.h"
-#include "llvm/TableGen/TableGenBackend.h"
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/Twine.h"
-
+#include "llvm/TableGen/Record.h"
+#include "llvm/TableGen/TableGenBackend.h"
 #include <map>
 
 using namespace llvm;