[llvm-commits] [llvm] r102278 - /llvm/trunk/docs/LangRef.html

Dan Gohman gohman at apple.com
Sat Apr 24 15:15:58 PDT 2010


Author: djg
Date: Sat Apr 24 17:15:58 2010
New Revision: 102278

URL: http://llvm.org/viewvc/llvm-project?rev=102278&view=rev
Log:
PHI nodes also do not necessarily return trap with a trap operand.

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=102278&r1=102277&r2=102278&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Sat Apr 24 17:15:58 2010
@@ -2313,8 +2313,8 @@
    effects has nevertheless detected a condition which results in undefined
    behavior.<p>
 
-<p>Any non-void instruction or constant expression other than non-intrinsic
-   calls or invokes with a trap operand has trap as its result value.
+<p>Any non-void instruction or constant expression other than a non-intrinsic
+   call, invoke, or phi with a trap operand has trap as its result value.
    Any instruction with a trap operand which may have side effects emits
    those side effects as if it had an undef operand instead.</p>
 





More information about the llvm-commits mailing list