mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
primitive' has no
a'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19808 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
49266b2afa
commit
bcb18fa612
@ -201,7 +201,7 @@ public:
|
||||
/// TargetData subsystem to do this.
|
||||
///
|
||||
bool isSized() const {
|
||||
// If it's a primative, it is always sized.
|
||||
// If it's a primitive, 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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user