[llvm-commits] CVS: llvm/lib/Target/Target.td
Nate Begeman
natebegeman at mac.com
Thu Nov 17 16:53:45 PST 2005
Changes in directory llvm/lib/Target:
Target.td updated: 1.56 -> 1.57
---
Log message:
Also add the new vector value type here, for completeness.
---
Diffs of the changes: (+1 -0)
Target.td | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.56 llvm/lib/Target/Target.td:1.57
--- llvm/lib/Target/Target.td:1.56 Wed Oct 26 12:28:23 2005
+++ llvm/lib/Target/Target.td Thu Nov 17 18:53:32 2005
@@ -38,6 +38,7 @@
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
More information about the llvm-commits
mailing list