aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iOther.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/iOther.h')
-rw-r--r--include/llvm/iOther.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/iOther.h b/include/llvm/iOther.h
index 5100ac3..a961eca 100644
--- a/include/llvm/iOther.h
+++ b/include/llvm/iOther.h
@@ -95,10 +95,6 @@ public:
return dyn_cast<Function>(Operands[0]);
}
- // FIXME: Remove getCalledMethod's
- const Function*getCalledMethod()const{return dyn_cast<Function>(Operands[0]);}
- Function *getCalledMethod() { return dyn_cast<Function>(Operands[0]); }
-
// getCalledValue - Get a pointer to a method that is invoked by this inst.
inline const Value *getCalledValue() const { return Operands[0]; }
inline Value *getCalledValue() { return Operands[0]; }