commit | 93dc2b808f533e5947cf1d4ccf416a242ab6853a | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Dec 17 01:09:43 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Dec 17 01:09:43 2010 +0000 |
tree | 52bb7f7914979e99de2302093faf526f4de8a252 | |
parent | f89156da92653a827017d3d24528531561df3685 [diff] |
Revert r64460. strtol and friends cannot be marked readonly, even with a null endptr argument, because they may write to errno. This fixes a seflhost miscompile observed on Linux targets when TBAA was enabled. llvm-svn: 122014