From 4a7642ec9c33bcf8ed65231f382fb6d9a0f46f3a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 1 Nov 2009 18:11:50 +0000 Subject: the verifier shouldn't modify the IR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85722 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/BasicBlock.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/llvm/BasicBlock.h') diff --git a/include/llvm/BasicBlock.h b/include/llvm/BasicBlock.h index 11afa40..ba4caeb 100644 --- a/include/llvm/BasicBlock.h +++ b/include/llvm/BasicBlock.h @@ -241,9 +241,6 @@ public: /// other than direct branches, switches, etc. to it. bool hasAddressTaken() const { return SubclassData != 0; } - /// removeDeadBlockAddress - If there is a blockaddress node for this basic - /// block, try to remove it and any dead constant users of it. - void removeDeadBlockAddress(); private: /// AdjustBlockAddressRefCount - BasicBlock stores the number of BlockAddress /// objects using it. This is almost always 0, sometimes one, possibly but -- cgit v1.1