| commit | 75cfe985342b4242a3f8d98c1d658fc222bb839e | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Nov 18 07:38:43 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Nov 18 07:38:43 2010 +0000 |
| tree | 5e6a99e104a927f75c7b44ab1a5d56e466cccccb | |
| parent | 1e37bbafbb2b22072fb5f9141d1344ec61fede6a [diff] |
use AA::isNoAlias instead of open coding it. Remove an extraneous noalias check: there is no need to check to see if the source and dest of a memcpy are noalias, behavior is undefined if not. llvm-svn: 119691