[llvm-commits] [llvm] r52467 - /llvm/trunk/docs/LangRef.html

Dan Gohman gohman at apple.com
Wed Jun 18 11:42:14 PDT 2008


Author: djg
Date: Wed Jun 18 13:42:13 2008
New Revision: 52467

URL: http://llvm.org/viewvc/llvm-project?rev=52467&view=rev
Log:
Fix a missing comma spotted by Bram Geron.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=52467&r1=52466&r2=52467&view=diff

==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Wed Jun 18 13:42:13 2008
@@ -1045,7 +1045,7 @@
       <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>.





More information about the llvm-commits mailing list