mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-20 11:32:33 +00:00
fix pasto
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81184 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9715912978
commit
c8dee3f7ad
@ -1321,7 +1321,7 @@ public:
|
||||
const Value *getIndexOperand() const { return Op<1>(); }
|
||||
|
||||
const VectorType *getVectorOperandType() const {
|
||||
return reinterpret_cast<const VectorType*>(Instruction::getType());
|
||||
return reinterpret_cast<const VectorType*>(getVectorOperand()->getType());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user