summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-13 08:04:33 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-13 08:04:33 +0000
commit07baed53e8245bb8d482615fccab3d90b81b6e7c (patch)
tree1ce2045bec48cc8426afafc30088f0bae64be963 /llvm/lib/ExecutionEngine
parent1b3304de4d531e59e784e2569ef912c7a7672f00 (diff)
downloadbcm5719-llvm-07baed53e8245bb8d482615fccab3d90b81b6e7c.tar.gz
bcm5719-llvm-07baed53e8245bb8d482615fccab3d90b81b6e7c.zip
Re-sort #include lines again, prior to moving headers around.
llvm-svn: 199080
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
index 2d5b59f83f3..507dae2e517 100644
--- a/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
+++ b/llvm/lib/ExecutionEngine/MCJIT/MCJIT.cpp
@@ -21,8 +21,8 @@
#include "llvm/IR/Mangler.h"
#include "llvm/IR/Module.h"
#include "llvm/MC/MCAsmInfo.h"
-#include "llvm/PassManager.h"
#include "llvm/Object/Archive.h"
+#include "llvm/PassManager.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MemoryBuffer.h"
OpenPOWER on IntegriCloud