http://llvm.org/bugs/show_bug.cgi?id=6995
Anders Carlsson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Anders Carlsson <[email protected]> 2011-04-19 22:10:13 CDT --- We now compile the structs to %struct.A = type { i32 (...)** } %struct.B = type { i32 (...)** } %struct.C = type { %struct.A, %struct.A } %struct.D = type { %struct.C } so this can be closed! -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
