mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Use FunTy instead of hard-coding Function.
llvm-svn: 101283
This commit is contained in:
parent
7b19d89e3a
commit
16ea461eb9
@ -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
Block a user