From 0066db626f41a375f5c1b7f272904e85ad5ce0f9 Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Wed, 18 Jun 2008 18:42:13 +0000
Subject: [PATCH] Fix a missing comma spotted by Bram Geron.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52467 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/LangRef.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/LangRef.html b/docs/LangRef.html
index eba4e5af40d..5bc81cc98d6 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1045,7 +1045,7 @@ classifications:
integer,
floating point,
pointer,
- vector
+ vector,
structure,
array,
label.
--
2.34.1
|