Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetMachine.cpp
index 3fc977ee2b41841a27f5fa2eeb49d976ac714c37..22a78c5f1f20debb70fd05338a8157d24565eaf2 100644 (file)
 
 #include "PPCTargetMachine.h"
 #include "PPC.h"
 
 #include "PPCTargetMachine.h"
 #include "PPC.h"
-#include "llvm/PassManager.h"
-#include "llvm/MC/MCStreamer.h"
 #include "llvm/CodeGen/Passes.h"
 #include "llvm/CodeGen/Passes.h"
-#include "llvm/Target/TargetOptions.h"
+#include "llvm/MC/MCStreamer.h"
+#include "llvm/PassManager.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/TargetRegistry.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/TargetRegistry.h"
+#include "llvm/Target/TargetOptions.h"
 using namespace llvm;
 
 static cl::
 using namespace llvm;
 
 static cl::