[LLVMbugs] [Bug 6995] C++ classes get lowered to gross IR types

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 19 20:10:13 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=6995

Anders Carlsson <andersca at mac.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andersca at mac.com
         Resolution|                            |FIXED

--- Comment #1 from Anders Carlsson <andersca at mac.com> 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.



More information about the llvm-bugs mailing list