[llvm-commits] CVS: reopt/lib/TraceCache/InstrUtils.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Jul 21 13:53:38 PDT 2004
Changes in directory reopt/lib/TraceCache:
InstrUtils.cpp updated: 1.19 -> 1.20
---
Log message:
We don't need to include <iostream> after already including Support/Debug.h.
---
Diffs of the changes: (+0 -1)
Index: reopt/lib/TraceCache/InstrUtils.cpp
diff -u reopt/lib/TraceCache/InstrUtils.cpp:1.19 reopt/lib/TraceCache/InstrUtils.cpp:1.20
--- reopt/lib/TraceCache/InstrUtils.cpp:1.19 Mon May 17 15:56:09 2004
+++ reopt/lib/TraceCache/InstrUtils.cpp Wed Jul 21 15:53:28 2004
@@ -8,7 +8,6 @@
#include "reopt/InstrUtils.h"
#include "Support/Debug.h"
#include <cassert>
-#include <iostream>
namespace llvm {
More information about the llvm-commits
mailing list