| commit | 00ef93258a63dc423bb33727b7d60da48fcd7ca1 | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <gohman@apple.com> | Wed Jul 07 14:27:09 2010 +0000 |
| committer | Dan Gohman <gohman@apple.com> | Wed Jul 07 14:27:09 2010 +0000 |
| tree | 18df53c0f9af136d42a9eb01f07afcf811cdd15f | |
| parent | 28e88d8f64c9f817fb0d4ff265653671007db3af [diff] |
Remove interprocedural-basic-aa and associated code. The AliasAnalysis interface needs implementations to be consistent, so any code which wants to support different semantics must use a different interface. It's not currently worthwhile to add a new interface for this new concept. Document that AliasAnalysis doesn't support cross-function queries. llvm-svn: 107776