[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveRange.h

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 29 10:52:03 PST 2002


Changes in directory llvm/include/llvm/CodeGen:

LiveRange.h updated: 1.14 -> 1.15

---
Log message:

Remove #include


---
Diffs of the changes:

Index: llvm/include/llvm/CodeGen/LiveRange.h
diff -u llvm/include/llvm/CodeGen/LiveRange.h:1.14 llvm/include/llvm/CodeGen/LiveRange.h:1.15
--- llvm/include/llvm/CodeGen/LiveRange.h:1.14	Sun Mar 31 12:58:14 2002
+++ llvm/include/llvm/CodeGen/LiveRange.h	Tue Oct 29 10:50:20 2002
@@ -13,7 +13,6 @@
 
 #include "llvm/Analysis/LiveVar/ValueSet.h"
 #include "llvm/Value.h"
-#include <iostream>
 
 class RegClass;
 class IGNode;





More information about the llvm-commits mailing list