summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitac355aaf9e7f15abf11c1a3279786ff4b0252733 (patch)
tree48ab0f537728789ea4cc0a5857b478109e072408 /llvm/docs
parent2ad68de4aa879d4ebd2ddfc1943b06038e31552e (diff)
downloadbcm5719-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.html2
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>
OpenPOWER on IntegriCloud