summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/GlobalOpt.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2015-03-23 19:32:43 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2015-03-23 19:32:43 +0000
commit799003bf8c4e9637091c1e16b214d065d15958e6 (patch)
tree9b537fe2d4a3deb4f4a4f649a29d0ee221f0fca3 /llvm/lib/Transforms/IPO/GlobalOpt.cpp
parentc54920a123fd3049bdbaa5413c0d5d7e593a4668 (diff)
downloadbcm5719-llvm-799003bf8c4e9637091c1e16b214d065d15958e6.tar.gz
bcm5719-llvm-799003bf8c4e9637091c1e16b214d065d15958e6.zip
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
llvm-svn: 232998
Diffstat (limited to 'llvm/lib/Transforms/IPO/GlobalOpt.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/GlobalOpt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/GlobalOpt.cpp b/llvm/lib/Transforms/IPO/GlobalOpt.cpp
index 97e98bbd889..20b41fb1ea4 100644
--- a/llvm/lib/Transforms/IPO/GlobalOpt.cpp
+++ b/llvm/lib/Transforms/IPO/GlobalOpt.cpp
@@ -22,6 +22,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/Analysis/ConstantFolding.h"
#include "llvm/Analysis/MemoryBuiltins.h"
+#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/Constants.h"
@@ -38,7 +39,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
-#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/Transforms/Utils/CtorUtils.h"
#include "llvm/Transforms/Utils/GlobalStatus.h"
#include "llvm/Transforms/Utils/ModuleUtils.h"
OpenPOWER on IntegriCloud