diff options
| author | Dan Gohman <gohman@apple.com> | 2008-06-18 18:42:13 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-06-18 18:42:13 +0000 |
| commit | 08783a88a21cf0397c4891ad861b9e61ef9689f2 (patch) | |
| tree | 703c3e26b792f24924ccfd99dc872a1c131b09cb /llvm | |
| parent | 78119b474280ce18266c29180548f88efc814c37 (diff) | |
| download | bcm5719-llvm-08783a88a21cf0397c4891ad861b9e61ef9689f2.tar.gz bcm5719-llvm-08783a88a21cf0397c4891ad861b9e61ef9689f2.zip | |
Fix a missing comma spotted by Bram Geron.
llvm-svn: 52467
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index eba4e5af40d..5bc81cc98d6 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -1045,7 +1045,7 @@ classifications:</p> <td><a href="#t_integer">integer</a>, <a href="#t_floating">floating point</a>, <a href="#t_pointer">pointer</a>, - <a href="#t_vector">vector</a> + <a href="#t_vector">vector</a>, <a href="#t_struct">structure</a>, <a href="#t_array">array</a>, <a href="#t_label">label</a>. |

