mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Fix an example.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29693 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
80a4d05a20
commit
50739225f4
@ -102,7 +102,7 @@
|
|||||||
P[0].f1 = P[1].f1 + P[2].f2;
|
P[0].f1 = P[1].f1 + P[2].f2;
|
||||||
}
|
}
|
||||||
...
|
...
|
||||||
complex Array[3];
|
munger_struct Array[3];
|
||||||
...
|
...
|
||||||
munge(Array);</pre>
|
munge(Array);</pre>
|
||||||
<p>In this "C" example, the front end compiler (llvm-gcc) will generate three
|
<p>In this "C" example, the front end compiler (llvm-gcc) will generate three
|
||||||
|
Loading…
x
Reference in New Issue
Block a user