mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +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;
|
||||
}
|
||||
...
|
||||
complex Array[3];
|
||||
munger_struct Array[3];
|
||||
...
|
||||
munge(Array);</pre>
|
||||
<p>In this "C" example, the front end compiler (llvm-gcc) will generate three
|
||||
|
Loading…
Reference in New Issue
Block a user