1
0
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:
Dan Gohman 2010-04-14 20:49:44 +00:00
parent 7b19d89e3a
commit 16ea461eb9

View File

@ -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