NeedStub/DoesntNeedStub logic was reversed, leading to not using a stub
authorJim Grosbach <grosbach@apple.com>
Fri, 3 Oct 2008 15:52:42 +0000 (15:52 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 3 Oct 2008 15:52:42 +0000 (15:52 +0000)
commit016d34cc4caa5eac50378c652a5301fb1fbd48b3
treeff970c03112090af45cf0ce14592a979d2ba9751
parent191dfb96ded746bc38586e36a61509b5bb9b00da
NeedStub/DoesntNeedStub logic was reversed, leading to not using a stub
for global relocations that do need them (libc calls, for example).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57010 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCodeEmitter.cpp