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:
3079426
)
Fix grammaro.
author
Bill Wendling
<isanbard@gmail.com>
Sat, 28 Feb 2009 22:12:54 +0000
(22:12 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Sat, 28 Feb 2009 22:12:54 +0000
(22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65727
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 5329a0134b6f68c1618c09ee7c0ad14dd48fbd4a..83ea026c6b7a472ba5fdb6daa84795eb3a593184 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-2142,7
+2142,7
@@
return value.</p>
<pre>
ret i32 5 <i>; Return an integer value of 5</i>
ret void <i>; Return from a void function</i>
- ret { i32, i8 } { i32 4, i8 2 } <i>; Return a
n
struct of values 4 and 2</i>
+ ret { i32, i8 } { i32 4, i8 2 } <i>; Return a struct of values 4 and 2</i>
</pre>
<p>Note that the code generator does not yet fully support large