| commit | 70e8505eb1a5379d884f3bfd8cc7f9f252edcaec | [log] [tgz] |
|---|---|---|
| author | Victor Hernandez <vhernandez@apple.com> | Tue Oct 13 01:42:53 2009 +0000 |
| committer | Victor Hernandez <vhernandez@apple.com> | Tue Oct 13 01:42:53 2009 +0000 |
| tree | b228c743c5e9f047a26a478f2660dac4acee4c6f | |
| parent | a5314b83d168bd1c48cfe5a0ec982fb27e2ed9ad [diff] |
Memory dependence analysis was incorrectly stopping to scan for stores to a pointer at bitcast uses of a malloc call. It should continue scanning until the malloc call, and this patch fixes that. llvm-svn: 83931