[CodeGen] add remquo to list of recognized library calls
authorSanjay Patel <spatel@rotateright.com>
Sat, 4 Nov 2017 15:03:11 +0000 (15:03 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sat, 4 Nov 2017 15:03:11 +0000 (15:03 +0000)
commitc91975807568a05d9b35438d96711bdd3e25a4b2
tree789ba3b6dadee80950a9c5f2a9337077c78a60ed
parent343e8227b701da66cbeac867feb9ca6d5211d535
[CodeGen] add remquo to list of recognized library calls

This is just an oversight because we already do recognize __builtin_remquo()
with the same signature.

http://en.cppreference.com/w/c/numeric/math/remquo
http://pubs.opengroup.org/onlinepubs/9699919799/functions/remquo.html

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

llvm-svn: 317407
clang/include/clang/Basic/Builtins.def
clang/test/CodeGen/libcalls-errno.c