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:
Reid Spencer 2006-08-15 03:46:38 +00:00
parent 80a4d05a20
commit 50739225f4

View File

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