summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-08 19:45:34 +0000
committerChris Lattner <sabre@nondot.org>2009-09-08 19:45:34 +0000
commit10ff0c1862e07d892d75b53eb6264f7edb31236f (patch)
tree8dbba17d495102909434e2050074f615b572e71a /llvm/docs/LangRef.html
parent57b14190e69b45f2ad82939c877010a00b4e6a0f (diff)
downloadbcm5719-llvm-10ff0c1862e07d892d75b53eb6264f7edb31236f.tar.gz
bcm5719-llvm-10ff0c1862e07d892d75b53eb6264f7edb31236f.zip
another typo
llvm-svn: 81243
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r--llvm/docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index b0bb562e7f3..b3e58138918 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -2136,7 +2136,7 @@ can be constant folded to undef because the undef could be an SNaN, and fdiv is
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.
OpenPOWER on IntegriCloud