bug 122:
[oota-llvm.git] / lib / Target / Target.td
index fa040efb8ac0a516b1c6a4e737a31dc9268a71de..c05d3faaad58f323608de01c0bcb1fcd73f88e2f 100644 (file)
@@ -1,4 +1,11 @@
 //===- Target.td - Target Independent TableGen interface --------*- C++ -*-===//
+// 
+//                     The LLVM Compiler Infrastructure
+//
+// This file was developed by the LLVM research group and is distributed under
+// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// 
+//===----------------------------------------------------------------------===//
 //
 // This file defines the target-independent interfaces which should be
 // implemented by each target which is using a TableGen based code generator.
@@ -18,6 +25,7 @@ class ValueType<int size, int value> {
   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