Skip to content
Commit dbe40fb4 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

[PM/AA] Stop getting the TargetLibraryInfo out of the AliasAnalysis and

just depend on it directly.

This was particularly frustrating because there was a really wide
mixture of using a member variable and re-extracting it from the AA that
happened to be around. I think the result is much more clear.

I've also deleted all of the pointless null checks and used references
across the APIs where I could to make it explicit that this cannot be
null in a useful fashion.

llvm-svn: 244780
parent 71d29ace
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