summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lto
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/llvm-lto
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/llvm-lto')
-rw-r--r--llvm/tools/llvm-lto/llvm-lto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-lto/llvm-lto.cpp b/llvm/tools/llvm-lto/llvm-lto.cpp
index 0fc68ae3ad9..4a421f9e766 100644
--- a/llvm/tools/llvm-lto/llvm-lto.cpp
+++ b/llvm/tools/llvm-lto/llvm-lto.cpp
@@ -20,8 +20,8 @@
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/Signals.h"
-#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/TargetSelect.h"
+#include "llvm/Support/raw_ostream.h"
using namespace llvm;
OpenPOWER on IntegriCloud