mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57287 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
04764deac8
commit
85a350f1d5
@ -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 nomrally</i>
|
||||
%Z = call void @foo() noreturn <i>; indicates that %foo never returns normally</i>
|
||||
%ZZ = call zeroext i32 @bar() <i>; Return value is %zero extended</i>
|
||||
</pre>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user