mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-12 12:33:17 +00:00
Fix an example.
llvm-svn: 29693
This commit is contained in:
parent
24f2239940
commit
5376d1a901
@ -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