mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 04:05:05 +00:00
Remove glibc specific functions, and mark a couple as C99
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22384 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9793e6c0a
commit
d3513e026b
@ -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