summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
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
commit90230c84668269fbd53d163e398cd16486d5d414 (patch)
tree2e87945e8729f21862c82883ba9674dd62b4debb /tools/bugpoint/bugpoint.cpp
parente11dda8631f1e65417971ee0c2f7a661fc7d0fd7 (diff)
downloadllvm-90230c84668269fbd53d163e398cd16486d5d414.tar.gz
llvm-90230c84668269fbd53d163e398cd16486d5d414.tar.bz2
llvm-90230c84668269fbd53d163e398cd16486d5d414.tar.xz
Sort all of the includes. Several files got checked in with mis-sorted
includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-rw-r--r--tools/bugpoint/bugpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index dda2cbdbe9..c7a2300063 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/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"