projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d47e0b6
)
Fix sentence.
author
Devang Patel
<dpatel@apple.com>
Mon, 29 Sep 2008 18:16:09 +0000
(18:16 +0000)
committer
Devang Patel
<dpatel@apple.com>
Mon, 29 Sep 2008 18:16:09 +0000
(18:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56794
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 24f08eb92a17b4eb7699cd6471b1994fc8431b4d..c5cffc39820e3af7bfa8322b2032143a470c9463 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-935,7
+935,7
@@
make choices that help reduce code size.</dd>
<dt><tt>noreturn</tt></dt>
<dd>This function attribute indicates that the function never returns. This
-
indicates to
LLVM that every call to this function should be treated as if
+
tells
LLVM that every call to this function should be treated as if
an <tt>unreachable</tt> instruction immediately followed the call.</dd>
<dt><tt>nounwind</tt></dt>