1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Remove glibc specific functions, and mark a couple as C99

llvm-svn: 22384
This commit is contained in:
Andrew Lenharth 2005-07-11 20:35:20 +00:00
parent 8089fbc902
commit 10f725f64b

View File

@ -740,10 +740,8 @@ static const char *DoesntAccessMemoryTable[] = {
"nexttoward", "nexttowardf", "nexttowardd",
"nextafter", "nextafterf", "nextafterd",
// glibc functions:
"__fpclassify", "__fpclassifyf", "__fpclassifyl",
// ISO C99:
"__signbit", "__signbitf", "__signbitl",
"__errno_location",
};
static const unsigned DAMTableSize =