summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-19 08:03:47 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-19 08:03:47 +0000
commit1fe21fc0b5dfb42b0c8909a51251c8f900058af4 (patch)
tree9ae92566097c67bfc1105a3a912725b18594db56 /llvm/tools/bugpoint
parenta2bb7f9d308fcead9911c396f256b75bd9f311c8 (diff)
downloadbcm5719-llvm-1fe21fc0b5dfb42b0c8909a51251c8f900058af4.tar.gz
bcm5719-llvm-1fe21fc0b5dfb42b0c8909a51251c8f900058af4.zip
Sort all of the includes. Several files got checked in with mis-sorted
includes. llvm-svn: 172891
Diffstat (limited to 'llvm/tools/bugpoint')
-rw-r--r--llvm/tools/bugpoint/bugpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp
index dda2cbdbe91..c7a23000631 100644
--- a/llvm/tools/bugpoint/bugpoint.cpp
+++ b/llvm/tools/bugpoint/bugpoint.cpp
@@ -16,8 +16,8 @@
#include "BugDriver.h"
#include "ToolRunner.h"
#include "llvm/IR/LLVMContext.h"
-#include "llvm/LinkAllPasses.h"
#include "llvm/LinkAllIR.h"
+#include "llvm/LinkAllPasses.h"
#include "llvm/PassManager.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ManagedStatic.h"
OpenPOWER on IntegriCloud