Also add the new vector value type here, for completeness.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nate Begeman 2005-11-18 00:53:32 +00:00
parent 395cba8d41
commit 69a2cf421b

View File

@ -38,6 +38,7 @@ def f80 : ValueType<80 , 9>; // 80-bit floating point value
def f128 : ValueType<128, 10>; // 128-bit floating point value
def FlagVT : ValueType<0 , 11>; // Condition code or machine flag
def isVoid : ValueType<0 , 12>; // Produces no value
def Vector : ValueType<0 , 13>; // Abstract vector type
//===----------------------------------------------------------------------===//
// Register file description - These classes are used to fill in the target