From: Reid Spencer Date: Tue, 15 Aug 2006 03:46:38 +0000 (+0000) Subject: Fix an example. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=50739225f44e0c0308e97a0ef2dac30f0c54c9be;p=oota-llvm.git Fix an example. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29693 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index 98c77af5645..e16e056d229 100644 --- a/docs/GetElementPtr.html +++ b/docs/GetElementPtr.html @@ -102,7 +102,7 @@ P[0].f1 = P[1].f1 + P[2].f2; } ... - complex Array[3]; + munger_struct Array[3]; ... munge(Array);

In this "C" example, the front end compiler (llvm-gcc) will generate three