summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llc/llc.cpp
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/tools/llc/llc.cpp
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/tools/llc/llc.cpp')
-rw-r--r--llvm/tools/llc/llc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llc/llc.cpp b/llvm/tools/llc/llc.cpp
index d1dd6d6a6da..6373d20811d 100644
--- a/llvm/tools/llc/llc.cpp
+++ b/llvm/tools/llc/llc.cpp
@@ -15,12 +15,12 @@
#include "llvm/ADT/Triple.h"
-#include "llvm/IR/IRPrintingPasses.h"
-#include "llvm/IR/LLVMContext.h"
#include "llvm/CodeGen/CommandFlags.h"
#include "llvm/CodeGen/LinkAllAsmWriterComponents.h"
#include "llvm/CodeGen/LinkAllCodegenComponents.h"
#include "llvm/IR/DataLayout.h"
+#include "llvm/IR/IRPrintingPasses.h"
+#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/IRReader/IRReader.h"
#include "llvm/MC/SubtargetFeature.h"
OpenPOWER on IntegriCloud