The frexp, modf, and remquo builtins are not 'const'.
These functions return a second value by writing to a pointer argument, so they cannot be marked 'readnone' which implies that they don't access memory. <rdar://problem/10070234> llvm-svn: 139319
Loading
Please register or sign in to comment