diff options
-rw-r--r-- | llvm/include/llvm/Support/CallSite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CallSite.h b/llvm/include/llvm/Support/CallSite.h index f3bfb2d..aa093f5 100644 --- a/llvm/include/llvm/Support/CallSite.h +++ b/llvm/include/llvm/Support/CallSite.h @@ -156,7 +156,7 @@ public: /// getCaller - Return the caller function for this call site /// - Function *getCaller() const { return (*this)->getParent()->getParent(); } + FunTy *getCaller() const { return (*this)->getParent()->getParent(); } private: /// Returns the operand number of the first argument |