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 | 33d9cb990365f9ab0b131a65a13ed0838bd0a316 (patch) | |
| tree | c5a0f416d5f6ff546bf6930546d2c50e55195a2e /llvm/lib/Target | |
| parent | f00563d39d789f4cddb1c33a1b41c3f2959c6948 (diff) | |
| download | bcm5719-llvm-33d9cb990365f9ab0b131a65a13ed0838bd0a316.tar.gz bcm5719-llvm-33d9cb990365f9ab0b131a65a13ed0838bd0a316.zip | |
Minor method rename
llvm-svn: 1119
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcInstrSelection.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Target/Sparc/SparcInstrSelection.cpp b/llvm/lib/Target/Sparc/SparcInstrSelection.cpp index 4bcb9f5f10e..2533d1427f4 100644 --- a/llvm/lib/Target/Sparc/SparcInstrSelection.cpp +++ b/llvm/lib/Target/Sparc/SparcInstrSelection.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; | 

