A global variable with internal linkage where all uses are in one function and...
A global variable with internal linkage where all uses are in one function and whose address is never taken is a non-escaping local object and can't alias anything else. llvm-svn: 128140
Loading
Please register or sign in to comment