Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to
[oota-llvm.git] / include / llvm / Type.def
index 99a9569ce87a2d0c69a0638b23d935160c06dd21..6101cd0aa02546e760d9e0b6f97e1e285aae1471 100644 (file)
@@ -1,4 +1,11 @@
-//===-- llvm/Type.def - File that describes various LLVM types ---*- C++ -*--=//
+//===-- llvm/Type.def - File that describes various LLVM types --*- 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 contains descriptions of the various LLVM types and derived types.
 // This file serves as a source of in source documentation and a can be
@@ -9,7 +16,7 @@
 // NOTE: NO INCLUDE GUARD DESIRED!
 
 
-// If the user didn't specify one of the macros, give a default noop defn.
+// If the user did not specify one of the macros, give a default noop defn.
 //
 #ifndef HANDLE_PRIM_TYPE
 #define HANDLE_PRIM_TYPE(x,y)
@@ -25,7 +32,7 @@
 //   Type Name:  This is the symbolic name of the type, without the trailing Ty.
 //   Type Size:  This is the size or precision of the type.
 //
-HANDLE_PRIM_TYPE(Void  , 1)
+HANDLE_PRIM_TYPE(Void  , 0)
 HANDLE_PRIM_TYPE(Bool  , 1)
 HANDLE_PRIM_TYPE(SByte , 1)
 HANDLE_PRIM_TYPE(UByte , 1)
@@ -38,7 +45,7 @@ HANDLE_PRIM_TYPE(ULong , 8)
 HANDLE_PRIM_TYPE(Float , 4)
 HANDLE_PRIM_TYPE(Double, 8)
 HANDLE_PRIM_TYPE(Type  , 0)
-HANDLE_PRIM_TYPE(Label , 8)
+HANDLE_PRIM_TYPE(Label , 0)
 
 
 // HANDLE_DERV_TYPE - Parameterized #define that takes the following fields to