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:
parent
8089fbc902
commit
10f725f64b
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user