diff options
author | Chris Lattner <sabre@nondot.org> | 2001-11-04 08:08:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-11-04 08:08:34 +0000 |
commit | 8e7f4091695aad705f84398ede1fccc3796b1fad (patch) | |
tree | 4eb5828e7a59ff372babf99cd90f9c972950fbc9 /lib/Target/SparcV9/SparcV9InstrSelection.cpp | |
parent | b96939519b4e2852e8578cc03cddb8f94b23f819 (diff) | |
download | external_llvm-8e7f4091695aad705f84398ede1fccc3796b1fad.zip external_llvm-8e7f4091695aad705f84398ede1fccc3796b1fad.tar.gz external_llvm-8e7f4091695aad705f84398ede1fccc3796b1fad.tar.bz2 |
Minor method rename
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1119 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/SparcV9InstrSelection.cpp')
-rw-r--r-- | lib/Target/SparcV9/SparcV9InstrSelection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<ConstPoolVal*>* idxVec = & memInst->getIndexVec(); + const vector<ConstPoolVal*>* idxVec = &memInst->getIndices(); vector<ConstPoolVal*>* newIdxVec = NULL; Value* ptrVal; Value* arrayOffsetVal = NULL; |