| commit | a4852d2c1994545d694c15dba9f8e6586ffd9704 | [log] [tgz] |
|---|---|---|
| author | Matthias Braun <matze@braunis.de> | Mon Dec 18 23:19:42 2017 +0000 |
| committer | Matthias Braun <matze@braunis.de> | Mon Dec 18 23:19:42 2017 +0000 |
| tree | 733df7c4161d1ba8d5dc5bae91f866e1fa73be1c | |
| parent | a92cecfbda0f2cc3ac57cd12da824c8ac7d19bdf [diff] |
X86/AArch64/ARM: Factor out common sincos_stret logic; NFCI Note: - X86ISelLowering: setLibcallName(SINCOS) was superfluous as InitLibcalls() already does it. - ARMISelLowering: Setting libcallnames for sincos/sincosf seemed superfluous as in the darwin case it wouldn't be used while for all other cases InitLibcalls already does it. llvm-svn: 321036