diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-12 23:38:42 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-12 23:38:42 +0000 |
commit | 43ba067132f425bf43ff86804c5ec4706a0f85c7 (patch) | |
tree | b328a3925e3e512a6920c08c62b5bcee19ee73a6 /llvm/docs | |
parent | b87e63a7306c51c7895c836b5d2fb7fd89a944d9 (diff) | |
download | bcm5719-llvm-43ba067132f425bf43ff86804c5ec4706a0f85c7.tar.gz bcm5719-llvm-43ba067132f425bf43ff86804c5ec4706a0f85c7.zip |
Fix a malformed %gt;
llvm-svn: 51011
Diffstat (limited to 'llvm/docs')
-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 71f9c111178..38bcb02c3bb 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -2682,7 +2682,7 @@ results are undefined. <h5>Syntax:</h5> <pre> - <result> = insertelement <n x <ty>> <val>, <ty> <elt>, i32 <idx> <i>; yields <n x <ty>></i> + <result> = insertelement <n x <ty>> <val>, <ty> <elt>, i32 <idx> <i>; yields <n x <ty>></i> </pre> <h5>Overview:</h5> |