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:
49266b2
)
`primitive' has no `a'
author
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 24 Jan 2005 16:28:03 +0000
(16:28 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 24 Jan 2005 16:28:03 +0000
(16:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19808
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 a4035cb1fb0d1c980be59f24e949af4530b2e466..1d776440522f22b2f6b9c3ef4d4f9ece97a91fb2 100644
(file)
--- a/
include/llvm/Type.h
+++ b/
include/llvm/Type.h
@@
-201,7
+201,7
@@
public:
/// TargetData subsystem to do this.
///
bool isSized() const {
- // If it's a prim
a
tive, it is always sized.
+ // If it's a prim
i
tive, it is always sized.
if (ID >= BoolTyID && ID <= DoubleTyID || ID == PointerTyID)
return true;
// If it is not something that can have a size (e.g. a function or label),