[llvm-commits] [llvm] r102908 - /llvm/trunk/docs/LangRef.html
Dan Gohman
gohman at apple.com
Mon May 3 07:51:43 PDT 2010
Author: djg
Date: Mon May 3 09:51:43 2010
New Revision: 102908
URL: http://llvm.org/viewvc/llvm-project?rev=102908&view=rev
Log:
Say "operations" instead of "instructions", as nsw can be applied to
constant expressions as well as instructions.
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=102908&r1=102907&r2=102908&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon May 3 09:51:43 2010
@@ -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>
More information about the llvm-commits
mailing list