diff options
Diffstat (limited to 'include/llvm/iOther.h')
-rw-r--r-- | include/llvm/iOther.h | 2 |
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*> ¶ms, const string &Name = ""); + CallInst(Method *M, const vector<Value*> ¶ms, const string &Name = ""); virtual const char *getOpcodeName() const { return "call"; } |