diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2018-02-07 19:04:41 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2018-02-07 19:04:41 +0000 |
commit | deb10becf39672dd72d3a4c0143db2838ec1ccb2 (patch) | |
tree | be1bc0f17bafb463b82b0113c95cf8280b8e53a4 /clang/test/CodeGenCXX/float16-declarations.cpp | |
parent | 123c749ee9973c20bbcb9ecfe6f9b0860b55bc51 (diff) | |
download | bcm5719-llvm-deb10becf39672dd72d3a4c0143db2838ec1ccb2.tar.gz bcm5719-llvm-deb10becf39672dd72d3a4c0143db2838ec1ccb2.zip |
Don't pass ForDefinition_t in places it is redundant.
I found this while looking at the ppc failures caused by the dso_local
change.
The issue was that the patch would produce the wrong answer for
available_externally. Having ForDefinition_t available in places where
the code can just check the linkage is a bit of a foot gun.
This patch removes the ForDefiniton_t argument in places where the
linkage is already know.
llvm-svn: 324499
Diffstat (limited to 'clang/test/CodeGenCXX/float16-declarations.cpp')
0 files changed, 0 insertions, 0 deletions