-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillawontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid
Description
| Bugzilla Link | 1518 |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | Linux |
Extended Description
Consider attached source file. This is our custom alias analysis helper for
llvm-qemu. It's easy to check, that it can be ImmutablePass, not ModulePass.
But this approach doesn't work (simple change ModulePass to ImmutablePass
everywhere plus runModule() -> initializePass()).
Also (maybe unrealted) - the name of BasicAA is reported wrong at -time-passes,
the name of its superclass is reported instead (NoAA)
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillawontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid