summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
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/IR
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/IR')
-rw-r--r--llvm/lib/IR/AsmWriter.cpp1
-rw-r--r--llvm/lib/IR/GCOV.cpp1
-rw-r--r--llvm/lib/IR/Value.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/IR/AsmWriter.cpp b/llvm/lib/IR/AsmWriter.cpp
index 42a3a8e2583..4eba3212e2b 100644
--- a/llvm/lib/IR/AsmWriter.cpp
+++ b/llvm/lib/IR/AsmWriter.cpp
@@ -39,6 +39,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/MathExtras.h"
+#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cctype>
using namespace llvm;
diff --git a/llvm/lib/IR/GCOV.cpp b/llvm/lib/IR/GCOV.cpp
index b76017c51c5..7010cebfb87 100644
--- a/llvm/lib/IR/GCOV.cpp
+++ b/llvm/lib/IR/GCOV.cpp
@@ -19,6 +19,7 @@
#include "llvm/Support/Format.h"
#include "llvm/Support/MemoryObject.h"
#include "llvm/Support/Path.h"
+#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <system_error>
using namespace llvm;
diff --git a/llvm/lib/IR/Value.cpp b/llvm/lib/IR/Value.cpp
index 2d9c306d723..78bfca40916 100644
--- a/llvm/lib/IR/Value.cpp
+++ b/llvm/lib/IR/Value.cpp
@@ -32,6 +32,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ManagedStatic.h"
+#include "llvm/Support/raw_ostream.h"
#include <algorithm>
using namespace llvm;
OpenPOWER on IntegriCloud