mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
Add two forgotten </i>'s.
llvm-svn: 57239
This commit is contained in:
parent
ed536c45df
commit
311f8e7dca
@ -4333,8 +4333,8 @@ 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 nomrally
|
||||
%ZZ = call zeroext i32 @bar() <i>; Return value is zero extended
|
||||
%Z = call void @foo() noreturn <i>; indicates that %foo never returns nomrally</i>
|
||||
%ZZ = call zeroext i32 @bar() <i>; Return value is %zero extended</i>
|
||||
</pre>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user