forked from OSchip/llvm-project
parent
6500f40a4e
commit
22bb5c3305
|
@ -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