From 585b36a1cbcf86a4fdd43fbf10c067f71a22e029 Mon Sep 17 00:00:00 2001
From: Tobias Grosser
Date: Tue, 12 Jul 2011 11:37:02 +0000
Subject: VectorType is also a SequentialType
llvm-svn: 134979
---
llvm/docs/ProgrammersManual.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'llvm/docs/ProgrammersManual.html')
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index c1edd2a60a6..5565973ac1b 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -2979,7 +2979,7 @@ the lib/VMCore directory.
SequentialType
- This is subclassed by ArrayType and PointerType
+ This is subclassed by ArrayType, PointerType and VectorType.
- const Type * getElementType() const: Returns the type of each
of the elements in the sequential type.
--
cgit v1.2.3