diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Constants.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index f493ee6..99928d9 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -567,10 +567,6 @@ public: DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value); Function *getFunction() const { return (Function*)Op<0>().get(); } - - /// getBasicBlock - This returns the block associated with this BlockAddress. - /// Note that this can return null if the block this originally referred to - /// was deleted. BasicBlock *getBasicBlock() const { return (BasicBlock*)Op<1>().get(); } /// isNullValue - Return true if this is the value that would be returned by |