summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-03 14:51:43 +0000
committerDan Gohman <gohman@apple.com>2010-05-03 14:51:43 +0000
commit855abed3cbf1a6c732fab5ae85bad7bbadc35789 (patch)
tree6a28355e4684a985916aa9d2f06fb40b986c887e /docs
parent30fc5bbfd1047c666bfd653fefb74ffdc6e966f5 (diff)
downloadllvm-855abed3cbf1a6c732fab5ae85bad7bbadc35789.tar.gz
llvm-855abed3cbf1a6c732fab5ae85bad7bbadc35789.tar.bz2
llvm-855abed3cbf1a6c732fab5ae85bad7bbadc35789.tar.xz
Say "operations" instead of "instructions", as nsw can be applied to
constant expressions as well as instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 3a2c65961c..982614f3dd 100644
--- a/docs/LangRef.html
+++ b/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>