summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/OptimizerDriver.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-07 21:19:30 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-07 21:19:30 +0000
commit0c2305b1107b60600e08a66bba932396ee752b5b (patch)
tree9afc3ecb1fa2842e0c57e9d8eb85227ece6846f4 /llvm/tools/bugpoint/OptimizerDriver.cpp
parent83d52f3c367102ce25d47f9b3f8b6631f9afa270 (diff)
downloadbcm5719-llvm-0c2305b1107b60600e08a66bba932396ee752b5b.tar.gz
bcm5719-llvm-0c2305b1107b60600e08a66bba932396ee752b5b.zip
Re-grouped and alphabetized headers for easier reading and cleaner style.
llvm-svn: 7689
Diffstat (limited to 'llvm/tools/bugpoint/OptimizerDriver.cpp')
-rw-r--r--llvm/tools/bugpoint/OptimizerDriver.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/tools/bugpoint/OptimizerDriver.cpp b/llvm/tools/bugpoint/OptimizerDriver.cpp
index 3a29d5d97dc..bc3489fd1d6 100644
--- a/llvm/tools/bugpoint/OptimizerDriver.cpp
+++ b/llvm/tools/bugpoint/OptimizerDriver.cpp
@@ -9,16 +9,16 @@
//===----------------------------------------------------------------------===//
#include "BugDriver.h"
-#include "Support/SystemUtils.h"
#include "llvm/PassManager.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Bytecode/WriteBytecodePass.h"
#include "llvm/Target/TargetData.h"
+#include "Support/SystemUtils.h"
+#include <fstream>
+#include <stdlib.h>
+#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <fstream>
/// writeProgramToFile - This writes the current "Program" to the named bytecode
/// file. If an error occurs, true is returned.
OpenPOWER on IntegriCloud