commit | 87198c304cc1fae48b7a06ce9faf8b4017981059 | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Thu Sep 08 21:18:03 2011 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Thu Sep 08 21:18:03 2011 +0000 |
tree | 1042c6653104112b368d5e4b1a2d7ff11319f505 | |
parent | af37061fea31f3f1d0638edb5486e8d72c701522 [diff] |
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> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139319 91177308-0d34-0410-b5e6-96231b3b80d8