aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/InstrSelectionSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/InstrSelectionSupport.h')
-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);
//------------------------------------------------------------------------