aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iOther.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/iOther.h')
-rw-r--r--include/llvm/iOther.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/iOther.h b/include/llvm/iOther.h
index e522e14..5dc7365 100644
--- a/include/llvm/iOther.h
+++ b/include/llvm/iOther.h
@@ -111,7 +111,7 @@ public:
class CallInst : public Instruction {
CallInst(const CallInst &CI);
public:
- CallInst(Method *M, vector<Value*> &params, const string &Name = "");
+ CallInst(Method *M, const vector<Value*> &params, const string &Name = "");
virtual const char *getOpcodeName() const { return "call"; }