compiler-rt: use fp_t instead of long double, for consistency
authorEd Maste <emaste@freebsd.org>
Mon, 9 Sep 2019 13:50:20 +0000 (13:50 +0000)
committerEd Maste <emaste@freebsd.org>
Mon, 9 Sep 2019 13:50:20 +0000 (13:50 +0000)
commit1a3dd638c4a9173e53628b497a1aadc31c32eb50
tree23740170a3a7b1e3285e695d6c26da44de5fb812
parentb6c7fce67add2769cb5f3e07d4a70ae09dc12836
compiler-rt: use fp_t instead of long double, for consistency

Most builtins accepting or returning long double use the fp_t typedef.
Change the remaining few cases to do so.

Differential Revision: https://reviews.llvm.org/D35034

llvm-svn: 371400
compiler-rt/lib/builtins/addtf3.c
compiler-rt/lib/builtins/divtf3.c
compiler-rt/lib/builtins/extenddftf2.c
compiler-rt/lib/builtins/extendsftf2.c