diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-04-28 21:52:31 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-04-28 21:52:31 +0000 | 
| commit | 59ecb57e4a9f5b29dc8f923446b795559c25f611 (patch) | |
| tree | b52a94bb7d23037a1f7598f3ba7fd2f29e932505 | |
| parent | 61827484c7ba92e07e9f8ce5c3b0fbfd3a705ea9 (diff) | |
| download | bcm5719-llvm-59ecb57e4a9f5b29dc8f923446b795559c25f611.tar.gz bcm5719-llvm-59ecb57e4a9f5b29dc8f923446b795559c25f611.zip  | |
These functions can set errno!
llvm-svn: 21609
| -rw-r--r-- | llvm/lib/Analysis/BasicAliasAnalysis.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/BasicAliasAnalysis.cpp b/llvm/lib/Analysis/BasicAliasAnalysis.cpp index ece6ce5a6ff..7d9e21cb94c 100644 --- a/llvm/lib/Analysis/BasicAliasAnalysis.cpp +++ b/llvm/lib/Analysis/BasicAliasAnalysis.cpp @@ -709,10 +709,10 @@ static const char *DoesntAccessMemoryTable[] = {    "atan", "atanf", "atanl",   "atan2", "atan2f", "atan2l",    "cbrt", -  "cos", "cosf", "cosl",      "cosh", "coshf", "coshl", +  "cos", "cosf", "cosl",    "exp", "expf", "expl",    "hypot", -  "sin", "sinf", "sinl",      "sinh", "sinhf", "sinhl", +  "sin", "sinf", "sinl",    "tan", "tanf", "tanl",      "tanh", "tanhf", "tanhl",    // ctype.h  | 

