summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/Local.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-04 12:19:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-04 12:19:56 +0000
commiteb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4 (patch)
tree93569d40cd7ac864ea31ab9913738240dc460a95 /llvm/lib/Analysis/DataStructure/Local.cpp
parent832fa92ab6d58c17801a7a750b53f1099b0542c8 (diff)
downloadbcm5719-llvm-eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4.tar.gz
bcm5719-llvm-eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4.zip
Add #include <iostream> since Value.h does not #include it any more.
llvm-svn: 14622
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/Local.cpp')
-rw-r--r--llvm/lib/Analysis/DataStructure/Local.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/DataStructure/Local.cpp b/llvm/lib/Analysis/DataStructure/Local.cpp
index 31ce79dd408..4a61e8bb106 100644
--- a/llvm/lib/Analysis/DataStructure/Local.cpp
+++ b/llvm/lib/Analysis/DataStructure/Local.cpp
@@ -24,6 +24,7 @@
#include "Support/CommandLine.h"
#include "Support/Debug.h"
#include "Support/Timer.h"
+#include <iostream>
// FIXME: This should eventually be a FunctionPass that is automatically
// aggregated into a Pass.
OpenPOWER on IntegriCloud