This test is wrong. If you have two weak functions F and G you can't make
authorNick Lewycky <nicholas@mxc.ca>
Fri, 12 Jun 2009 13:24:41 +0000 (13:24 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 12 Jun 2009 13:24:41 +0000 (13:24 +0000)
commitf343b69f47192dc9d1479f8b14aadccd17820d90
tree258d9a3a8168c6d70d6545ed0ded231d5c3c967e
parent45db29c6f12652ad191d22953f415f61b81d9056
This test is wrong. If you have two weak functions F and G you can't make
either one call the other since either one can be replaced at link time, and
they need to be independent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73225 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/MergeFunc/fold-weak.ll [deleted file]