Do not check that the bodies of two defs of same linkonce global are the same.
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 8 Oct 2010 21:50:04 +0000 (21:50 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 8 Oct 2010 21:50:04 +0000 (21:50 +0000)
commit657985eb8b8cbbde2391befafccfafbddf04242a
tree3e084f7f1e7f32ccc12761a5c13f4be3d225a162
parent56ac907c57fcfddfd650238f03c856a9d55987e5
Do not check that the bodies of two defs of same linkonce global are the same.
Such a check does not make any sense in presense of inlining and other compiler-dependent stuff.
This should fix bunch of warnings on mingw32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116113 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetLoweringObjectFileImpl.cpp