[PATCH] D24483: Convert finite to builtin
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 17:16:16 PDT 2016
efriedma added a subscriber: efriedma.
efriedma requested changes to this revision.
efriedma added a reviewer: efriedma.
efriedma added a comment.
This revision now requires changes to proceed.
"finite()" is a BSD function, not a C standard function, so ALL_LANGUAGES isn't appropriate.
I can't seem to find documentation for "__finite()"; where is it defined?
https://reviews.llvm.org/D24483
More information about the llvm-commits
mailing list