Chris Lattner | 0cd05de | 2002-10-13 21:38:21 +0000 | [diff] [blame^] | 1 | %Domain = type { sbyte*, %List_o_links*, %D_tree_leaf*, %Domain* } |
2 | %List_o_links = type { int, int, int, %List_o_links* } | ||||
3 | %D_tree_leaf = type { %Domain*, int, %D_tree_leaf* } | ||||
4 | |||||
5 | %D = global %Domain { sbyte* null, %List_o_links* null, %D_tree_leaf* null, %Domain* null } | ||||
6 | |||||
7 | implementation | ||||
8 |