[llvm-commits] [llvm] r141906 - /llvm/trunk/docs/LangRef.html
Lang Hames
lhames at gmail.com
Thu Oct 13 16:04:49 PDT 2011
Author: lhames
Date: Thu Oct 13 18:04:49 2011
New Revision: 141906
URL: http://llvm.org/viewvc/llvm-project?rev=141906&view=rev
Log:
Fixed 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=141906&r1=141905&r2=141906&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Thu Oct 13 18:04:49 2011
@@ -2580,7 +2580,7 @@
</ul>
<p>Whenever a trap value is generated, all values which depend on it evaluate
- to trap. If they have side effects, the evoke their side effects as if each
+ to trap. If they have side effects, they evoke their side effects as if each
operand with a trap value were undef. If they have externally-visible side
effects, the behavior is undefined.</p>
More information about the llvm-commits
mailing list