diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-05-03 19:06:00 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-05-03 19:06:00 +0000 |
| commit | 680ae74885349088d561aa2faf08718907e69279 (patch) | |
| tree | 036cbf682f230f225686e32c3157596c658f8b6f /llvm/docs | |
| parent | 5a3b1b0f7ad64709802e8c7772d011aea4d4e78c (diff) | |
| download | bcm5719-llvm-680ae74885349088d561aa2faf08718907e69279.tar.gz bcm5719-llvm-680ae74885349088d561aa2faf08718907e69279.zip | |
Remove obsolete wording, the only exception a readnone function can throw
is the empty set. :) Thanks to Fritz for pointing this out.
llvm-svn: 70790
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 1a9567a2b39..f07fc31083e 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -1074,8 +1074,8 @@ an exception that escapes into the caller.</dd> pointer arguments (including <tt><a href="#byval">byval</a></tt> arguments) or otherwise modify any state (e.g. memory, control registers, etc) visible to caller functions. It may dereference pointer arguments and read state that may -be set in the caller. A readonly function always returns the same value (or -throws the same exception) when called with the same set of arguments and global +be set in the caller. A readonly function always returns the same value when +called with the same set of arguments and global state. readonly functions may not throw an exception that escapes into the caller.</dd> |

