From d475c105080cc5082ca8b8e87c89fa7c2dade39e 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134979 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ProgrammersManual.html') diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index c1edd2a60a..5565973ac1 100644 --- a/docs/ProgrammersManual.html +++ b/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.