Skip to content
Commit c60bd012 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

BasicAA was making the assumption that a local allocation which hadn't escaped

couldn't ever be the return of call instruction. However, it's quite possible
that said local allocation is itself the return of a function call. That's
what malloc and calloc are for, actually.

llvm-svn: 64442
parent 76187b4d
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