1
0
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:
Chris Lattner 2009-09-08 03:39:55 +00:00
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());
}