This test is wrong. If you have two weak functions F and G you can't make
commit4072d660745dabd5a3147c74caba8d77a623f32e
authorNick Lewycky <nicholas@mxc.ca>
Fri, 12 Jun 2009 13:24:41 +0000 (12 13:24 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 12 Jun 2009 13:24:41 +0000 (12 13:24 +0000)
tree258d9a3a8168c6d70d6545ed0ded231d5c3c967e
parent01388f96dfc87e6c7532a2b9529b93ccc153df62
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]