mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 08:26:02 +00:00
Reverting back 58505. Will commit it once I have the bc reader/writer/docs
ready. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58547 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1516,8 +1516,7 @@ void PointerType::typeBecameConcrete(const DerivedType *AbsTy) {
|
|||||||
|
|
||||||
bool SequentialType::indexValid(const Value *V) const {
|
bool SequentialType::indexValid(const Value *V) const {
|
||||||
if (const IntegerType *IT = dyn_cast<IntegerType>(V->getType()))
|
if (const IntegerType *IT = dyn_cast<IntegerType>(V->getType()))
|
||||||
return IT->getBitWidth() == 16 ||
|
return IT->getBitWidth() == 32 || IT->getBitWidth() == 64;
|
||||||
IT->getBitWidth() == 32 || IT->getBitWidth() == 64;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user