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:
04764de
)
fix typo
author
Chris Lattner
<sabre@nondot.org>
Wed, 8 Oct 2008 06:26:11 +0000
(06:26 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 8 Oct 2008 06:26:11 +0000
(06:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57287
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/LangRef.html
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 6f68c810ef789cd7966efb99cb88801a34cb3b31..523abfaeefacf461eec69ceda9ef20d970eb5d04 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-4340,7
+4340,7
@@
function is bound to the result argument.
%r = call %struct.A @foo() <i>; yields { 32, i8 }</i>
%gr = extractvalue %struct.A %r, 0 <i>; yields i32</i>
%gr1 = extractvalue %struct.A %r, 1 <i>; yields i8</i>
- %Z = call void @foo() noreturn <i>; indicates that %foo never returns no
mr
ally</i>
+ %Z = call void @foo() noreturn <i>; indicates that %foo never returns no
rm
ally</i>
%ZZ = call zeroext i32 @bar() <i>; Return value is %zero extended</i>
</pre>