Update comment for whether or not we can optimize an alias - we're
authorEric Christopher <echristo@gmail.com>
Thu, 22 Feb 2018 23:12:11 +0000 (23:12 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 22 Feb 2018 23:12:11 +0000 (23:12 +0000)
commit675dcf02a82a2849962bcbc4d55dd183a661ccdf
treeb999a25b5747e1be14e63fb0676b98ce1e18c3a7
parent7de450033b62cec4c2eb6037bfc6655db8a3c144
Update comment for whether or not we can optimize an alias - we're
checking the alias and not the aliasee. If the alias can be interposed
then we shouldn't do anything.

llvm-svn: 325837
llvm/lib/Transforms/IPO/GlobalOpt.cpp