diff options
-rw-r--r-- | docs/GetElementPtr.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index 98c77af564..e16e056d22 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);</pre> <p>In this "C" example, the front end compiler (llvm-gcc) will generate three |