summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-12-15 00:36:32 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-12-15 00:36:32 +0000
commitfa24897f9f7b533a451baad86ab7e473c8d534e9 (patch)
tree58165ed75cec58b8a9180fbb0e74aaab75c62f55 /include
parentdd08e32deb39311824248be56be3bf3fbe64f39d (diff)
downloadllvm-fa24897f9f7b533a451baad86ab7e473c8d534e9.tar.gz
llvm-fa24897f9f7b533a451baad86ab7e473c8d534e9.tar.bz2
llvm-fa24897f9f7b533a451baad86ab7e473c8d534e9.tar.xz
Eliminate all uses of memInst->getIndicesBROKEN().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1485 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/InstrSelectionSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/InstrSelectionSupport.h b/include/llvm/CodeGen/InstrSelectionSupport.h
index 90b3af713d..2cce1dc754 100644
--- a/include/llvm/CodeGen/InstrSelectionSupport.h
+++ b/include/llvm/CodeGen/InstrSelectionSupport.h
@@ -54,7 +54,7 @@ int64_t GetConstantValueAsSignedInt (const Value *V,
//---------------------------------------------------------------------------
Value* FoldGetElemChain (const InstructionNode* getElemInstrNode,
- vector<Constant*>& chainIdxVec);
+ vector<Value*>& chainIdxVec);
//------------------------------------------------------------------------