[llvm-commits] CVS: llvm/utils/TableGen/Record.h

John Criswell criswell at cs.uiuc.edu
Wed Jun 11 09:18:02 PDT 2003


Changes in directory llvm/utils/TableGen:

Record.h updated: 1.8 -> 1.9

---
Log message:

Added assert.h so that it compiles under newer versions of GCC.


---
Diffs of the changes:

Index: llvm/utils/TableGen/Record.h
diff -u llvm/utils/TableGen/Record.h:1.8 llvm/utils/TableGen/Record.h:1.9
--- llvm/utils/TableGen/Record.h:1.8	Thu Dec  5 21:55:39 2002
+++ llvm/utils/TableGen/Record.h	Wed Jun 11 09:17:21 2003
@@ -10,6 +10,8 @@
 #include <vector>
 #include <map>
 #include <iostream>
+#include <assert.h>
+
 class Init;
 class UnsetInit;
 class BitInit;





More information about the llvm-commits mailing list