-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tagmiscompilation
Description
Bugzilla Link | 1417 |
Resolution | FIXED |
Resolved on | Feb 22, 2010 12:53 |
Version | 2.0 |
OS | All |
Extended Description
This C code:
struct { } *X;
compiles into:
%struct.anon = type <{ }>
@X = weak global %struct.anon* null ; <%struct.anon**> [#uses=0]
I would expect:
%struct.anon = type { }
@X = weak global %struct.anon* null ; <%struct.anon**> [#uses=0]
-Chris
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tagmiscompilation