Skip to content
Commit 70e8505e authored by Victor Hernandez's avatar Victor Hernandez
Browse files

Memory dependence analysis was incorrectly stopping to scan for stores to a...

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
parent a5314b83
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment