diff options
| author | Dan Gohman <gohman@apple.com> | 2010-05-03 14:51:43 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-05-03 14:51:43 +0000 |
| commit | ac355aaf9e7f15abf11c1a3279786ff4b0252733 (patch) | |
| tree | 48ab0f537728789ea4cc0a5857b478109e072408 /llvm/docs | |
| parent | 2ad68de4aa879d4ebd2ddfc1943b06038e31552e (diff) | |
| download | bcm5719-llvm-ac355aaf9e7f15abf11c1a3279786ff4b0252733.tar.gz bcm5719-llvm-ac355aaf9e7f15abf11c1a3279786ff4b0252733.zip | |
Say "operations" instead of "instructions", as nsw can be applied to
constant expressions as well as instructions.
llvm-svn: 102908
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 3a2c65961c3..982614f3ddf 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -2337,7 +2337,7 @@ has undefined behavior.</p> behavior.</p> <p>There is currently no way of representing a trap value in the IR; they - only exist when produced by instructions such as + only exist when produced by operations such as <a href="#i_add"><tt>add</tt></a> with the <tt>nsw</tt> flag.</p> <p>Trap value behavior is defined in terms of value <i>dependence</i>:</p> |

