projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d62527
)
There is no longer a "Type" primitive type because Values and Types are
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 4 Jul 2004 10:50:43 +0000
(10:50 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 4 Jul 2004 10:50:43 +0000
(10:50 +0000)
now distinct.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14595
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Type.def
patch
|
blob
|
history
diff --git
a/include/llvm/Type.def
b/include/llvm/Type.def
index 6101cd0aa02546e760d9e0b6f97e1e285aae1471..8e59c7adb62fd70b7e3dd266588c5c883d97ee71 100644
(file)
--- 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)