mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Add x86MMX a few more places.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -313,7 +313,8 @@ public:
|
||||
///
|
||||
bool isSized() const {
|
||||
// If it's a primitive, it is always sized.
|
||||
if (ID == IntegerTyID || isFloatingPointTy() || ID == PointerTyID)
|
||||
if (ID == IntegerTyID || isFloatingPointTy() || ID == PointerTyID ||
|
||||
ID == X86_MMXTyID)
|
||||
return true;
|
||||
// If it is not something that can have a size (e.g. a function or label),
|
||||
// it doesn't have a size.
|
||||
|
Reference in New Issue
Block a user