[llvm-commits] CVS: llvm/include/Support/ilist

Chris Lattner lattner at cs.uiuc.edu
Wed Oct 15 16:56:01 PDT 2003


Changes in directory llvm/include/Support:

ilist updated: 1.11 -> 1.12

---
Log message:

This file uses assert and doesn't include anything which already #includes <cassert>


---
Diffs of the changes:  (+1 -0)

Index: llvm/include/Support/ilist
diff -u llvm/include/Support/ilist:1.11 llvm/include/Support/ilist:1.12
--- llvm/include/Support/ilist:1.11	Tue Sep 30 13:37:23 2003
+++ llvm/include/Support/ilist	Wed Oct 15 16:55:37 2003
@@ -33,6 +33,7 @@
 
 #include <algorithm>
 #include <Support/iterator>
+#include <cassert>
 
 template<typename NodeTy, typename Traits> class iplist;
 template<typename NodeTy> class ilist_iterator;





More information about the llvm-commits mailing list