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
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 3a2c659..982614f 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2337,7 +2337,7 @@
    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>