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

Chris Lattner sabre at nondot.org
Tue Sep 8 12:45:34 PDT 2009


Author: lattner
Date: Tue Sep  8 14:45:34 2009
New Revision: 81243

URL: http://llvm.org/viewvc/llvm-project?rev=81243&view=rev
Log:
another typo

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=81243&r1=81242&r2=81243&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Sep  8 14:45:34 2009
@@ -2136,7 +2136,7 @@
 not (currently) defined on SNaN's.  However, in the second example, we can make
 a more aggressive assumption: because the undef is allowed to be an arbitrary
 value, we are allowed to assume that it could be zero.  Since a divide by zero
-it has <em>undefined behavior</em>, we are allowed to assume that the operation
+has <em>undefined behavior</em>, we are allowed to assume that the operation
 does not execute at all.  This allows us to delete the divide and all code after
 it: since the undefined operation "can't happen", the optimizer can assume that
 it occurs in dead code.





More information about the llvm-commits mailing list