-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Closed
Labels
Description
| Bugzilla Link | 9504 |
| Resolution | FIXED |
| Resolved on | Mar 19, 2011 00:08 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
Extended Description
http://llvm.org/docs/Passes.html#interprocedural-aa-eval
http://llvm.org/docs/Passes.html#interprocedural-basic-aa
When I pass the flags "-interprocedural-aa-eval" or "-interprocedural-basic-aa" to "opt", it fails with "Unknown command line argument".
So I think this passes do not (no longer?) exist and they shold be removed from Passes.html.
(If you happen to know where these passes did go, you could also drop a not here)