From: Tobias Grosser Date: Tue, 12 Jul 2011 11:37:02 +0000 (+0000) Subject: VectorType is also a SequentialType X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d475c105080cc5082ca8b8e87c89fa7c2dade39e;p=oota-llvm.git VectorType is also a SequentialType git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134979 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index c1edd2a60a6..5565973ac1b 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.