diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-15 03:46:38 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-15 03:46:38 +0000 |
| commit | 22bb5c33058e6d8ddca241376ef2c7ad84ffff83 (patch) | |
| tree | c5f79b746a29c3912ff961f8586c6ed1468b06db /llvm/docs | |
| parent | 6500f40a4e54f3bfd335c4f20469d491d28bc357 (diff) | |
| download | bcm5719-llvm-22bb5c33058e6d8ddca241376ef2c7ad84ffff83.tar.gz bcm5719-llvm-22bb5c33058e6d8ddca241376ef2c7ad84ffff83.zip | |
Fix an example.
llvm-svn: 29693
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/GetElementPtr.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GetElementPtr.html b/llvm/docs/GetElementPtr.html index 98c77af5645..e16e056d229 100644 --- a/llvm/docs/GetElementPtr.html +++ b/llvm/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 |

