aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-04 10:50:43 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-04 10:50:43 +0000
commit88bdcd5d567f8fbe77916c8a8f79355cf23079bd (patch)
tree4d2cc1fe34babfa5e7b5bf40b362e55d6e03adca /include
parent9d625274ea438c28e21da2bf62e2a717ed3040c9 (diff)
downloadexternal_llvm-88bdcd5d567f8fbe77916c8a8f79355cf23079bd.zip
external_llvm-88bdcd5d567f8fbe77916c8a8f79355cf23079bd.tar.gz
external_llvm-88bdcd5d567f8fbe77916c8a8f79355cf23079bd.tar.bz2
There is no longer a "Type" primitive type because Values and Types are
now distinct. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14595 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Type.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Type.def b/include/llvm/Type.def
index 6101cd0..8e59c7a 100644
--- a/include/llvm/Type.def
+++ b/include/llvm/Type.def
@@ -44,7 +44,6 @@ HANDLE_PRIM_TYPE(Long , 8)
HANDLE_PRIM_TYPE(ULong , 8)
HANDLE_PRIM_TYPE(Float , 4)
HANDLE_PRIM_TYPE(Double, 8)
-HANDLE_PRIM_TYPE(Type , 0)
HANDLE_PRIM_TYPE(Label , 0)