-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Closed
Labels
Description
Bugzilla Link | 3313 |
Resolution | FIXED |
Resolved on | Jan 11, 2009 14:54 |
Version | trunk |
OS | All |
Extended Description
This sort of code:
%struct.foo = type { i32, i32 }
is never defined by the LangRef, though it's used in the example for getelementptr. That should be in there somewhere. It should also make it clear whether it applies to all Types or just StructType, and what the behaviour is on multiple definitions of the same type (currently we silently collapse them and pick one name).