Fix an example.

llvm-svn: 29693
This commit is contained in:
Reid Spencer 2006-08-15 03:46:38 +00:00
parent 24f2239940
commit 5376d1a901

View File

@ -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