From 8e7f4091695aad705f84398ede1fccc3796b1fad Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 4 Nov 2001 08:08:34 +0000 Subject: Minor method rename git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1119 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9InstrSelection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/SparcV9/SparcV9InstrSelection.cpp') diff --git a/lib/Target/SparcV9/SparcV9InstrSelection.cpp b/lib/Target/SparcV9/SparcV9InstrSelection.cpp index 4bcb9f5..2533d14 100644 --- a/lib/Target/SparcV9/SparcV9InstrSelection.cpp +++ b/lib/Target/SparcV9/SparcV9InstrSelection.cpp @@ -719,7 +719,7 @@ SetOperandsForMemInstr(MachineInstr* minstr, // The major work here is to extract these for all 3 instruction types // and then call the common function SetMemOperands_Internal(). // - const vector* idxVec = & memInst->getIndexVec(); + const vector* idxVec = &memInst->getIndices(); vector* newIdxVec = NULL; Value* ptrVal; Value* arrayOffsetVal = NULL; -- cgit v1.1