summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-22 23:32:06 +0000
committerChris Lattner <sabre@nondot.org>2006-01-22 23:32:06 +0000
commitc597b8a55e64b3a732f8e60187affd7ed3723f94 (patch)
treea799d5e360ed90e50b9c472bd4e95e4603778c61 /llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
parent6806c02380d1c6fb38dfa9f6897491d41573e541 (diff)
downloadbcm5719-llvm-c597b8a55e64b3a732f8e60187affd7ed3723f94.tar.gz
bcm5719-llvm-c597b8a55e64b3a732f8e60187affd7ed3723f94.zip
Make iostream #inclusion explicit
llvm-svn: 25514
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index ebd2bf055bc..9c1b2343a28 100644
--- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -32,6 +32,7 @@
#include "llvm/ADT/Statistic.h"
#include "llvm/Support/Debug.h"
#include <algorithm>
+#include <iostream>
#include <set>
using namespace llvm;
OpenPOWER on IntegriCloud