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:
8bfc2f1
)
Yeah, how about those 'primative' types huh?
author
Chris Lattner
<sabre@nondot.org>
Thu, 15 Jul 2004 01:15:53 +0000
(
01:15
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 15 Jul 2004 01:15:53 +0000
(
01:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14836
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Type.h
patch
|
blob
|
history
diff --git
a/include/llvm/Type.h
b/include/llvm/Type.h
index fab69aa7b64309c55b80900ee6828230ab3ec52e..6cf3c8d04b583026fcca551ad314560af3ca14a4 100644
(file)
--- a/
include/llvm/Type.h
+++ b/
include/llvm/Type.h
@@
-201,7
+201,7
@@
public:
isSizedDerivedType();
}
- /// getPrimitiveSize - Return the basic size of this type if it is a prim
a
tive
+ /// getPrimitiveSize - Return the basic size of this type if it is a prim
i
tive
/// type. These are fixed by LLVM and are not target dependent. This will
/// return zero if the type does not have a size or is not a primitive type.
///