forked from OSchip/llvm-project
Use FunTy instead of hard-coding Function.
llvm-svn: 101283
This commit is contained in:
parent
c05b887c84
commit
33c46fde07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue