summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2015-12-09 16:17:07 +0000
committerMehdi Amini <mehdi.amini@apple.com>2015-12-09 16:17:07 +0000
commitb000bbdec22c555746686f7d937ce9b7c7fd77e9 (patch)
tree32fafa3d02631f25aa940259cdc251a70b6032d3 /llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
parent9cd9a7e310933b147e22220cdcea4bd6263be5fb (diff)
downloadbcm5719-llvm-b000bbdec22c555746686f7d937ce9b7c7fd77e9.tar.gz
bcm5719-llvm-b000bbdec22c555746686f7d937ce9b7c7fd77e9.zip
Change hasUniqueInitializer() to call isStrongDefinitionForLinker() instead of !isWeakForLinker()
Summary: Available_externally global variable with initializer were considered "hasInitializer()", while obviously it can't match the description: Whether the global variable has an initializer, and any changes made to the initializer will turn up in the final executable. since modifying the initializer of an externally available variable does not make sense. Reviewers: pcc, rafael Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D15351 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 255123
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud