*** empty log message ***
authorChris Lattner <sabre@nondot.org>
Sun, 30 Jun 2002 16:25:25 +0000 (16:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Jun 2002 16:25:25 +0000 (16:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2813 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/OldPoolAllocate.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Value.cpp
tools/opt/opt.cpp

index ded2c22112f71531492efabffd265154b8f6f16b..bbd9d1b9f0466d6606ef8e37cfee155e9badf604 100644 (file)
@@ -24,7 +24,6 @@
 #include "Support/DepthFirstIterator.h"
 #include "Support/STLExtras.h"
 #include <algorithm>
-#include <iostream>
 using std::vector;
 using std::cerr;
 using std::map;
index 4913a89ea6110b9b88d4147cb70c53d507de7d8a..acd1deb711030bb10c963696891d5f29d42b4b68 100644 (file)
@@ -16,7 +16,6 @@
 #include "llvm/Support/CFG.h"
 #include "Support/STLExtras.h"
 #include "Support/StatisticReporter.h"
-#include <iostream>
 
 static Statistic<> NumRemoved ("indvars\t\t- Number of aux indvars removed");
 static Statistic<> NumInserted("indvars\t\t- Number of cannonical indvars added");
index f912d11500ef6a280f8d59027b3a12d79ba2c50d..866b8c3bbe463aae88f14cf1ac081367e78646ef 100644 (file)
@@ -6,7 +6,6 @@
 #include "llvm/BasicBlock.h"
 #include "llvm/Instruction.h"
 #include <map>
-#include <iostream>
 
 // FIXME: This should be merged with FunctionInlining
 
index e918a2485509f5391eef13d95402dc602b73ec52..dcce830d16cd5803ec51e247506e8e3322c7c7ae 100644 (file)
@@ -12,7 +12,6 @@
 #include "llvm/SlotCalculator.h"
 #include "Support/StringExtras.h"
 #include <algorithm>
-#include <iostream>
 
 using std::map;
 using std::pair;
index 3ac0f107218ed037604f40267d01fed3dc07503a..da3d87f9d2e7b7c4d623b7630a1767db3e738e33 100644 (file)
@@ -8,7 +8,7 @@
 #include "llvm/SymbolTable.h"
 #include "llvm/DerivedTypes.h"
 #include <algorithm>
-#include <iostream>
+
 //===----------------------------------------------------------------------===//
 //                                Value Class
 //===----------------------------------------------------------------------===//
index ce2db65dd08b66d679603dfd7114a45918f55460..70f82be639f7221297cbe059cc90411c9798a6ec 100644 (file)
@@ -30,7 +30,6 @@
 #include "Support/Signals.h"
 #include <fstream>
 #include <memory>
-#include <iostream>
 
 using std::cerr;