[llvm-commits] CVS: llvm/lib/Target/Target.td
Chris Lattner
lattner at cs.uiuc.edu
Tue Feb 10 21:09:01 PST 2004
Changes in directory llvm/lib/Target:
Target.td updated: 1.24 -> 1.25
---
Log message:
Expose the "Other" value type to tablegen targets
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.24 llvm/lib/Target/Target.td:1.25
--- llvm/lib/Target/Target.td:1.24 Tue Oct 21 10:17:13 2003
+++ llvm/lib/Target/Target.td Tue Feb 10 21:08:45 2004
@@ -25,6 +25,7 @@
int Value = value;
}
+def OtherVT: ValueType<0 , 0>; // "Other" value
def i1 : ValueType<1 , 1>; // One bit boolean value
def i8 : ValueType<8 , 2>; // 8-bit integer value
def i16 : ValueType<16 , 3>; // 16-bit integer value
More information about the llvm-commits
mailing list