From 8e3914d12e939d7c686bd121b0e2b2d39ed126d2 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Fri, 7 Jan 2011 20:29:02 +0000 Subject: Simplify the allocation and freeing of Users' operand lists, now that every BranchInst has a fixed number of operands. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123027 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Use.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/llvm/Use.h') diff --git a/include/llvm/Use.h b/include/llvm/Use.h index e1ebc6a51b..507504ecdc 100644 --- a/include/llvm/Use.h +++ b/include/llvm/Use.h @@ -112,8 +112,6 @@ public: /// a User changes. static void zap(Use *Start, const Use *Stop, bool del = false); - /// getPrefix - Return deletable pointer if appropriate - Use *getPrefix(); private: const Use* getImpliedUser() const; static Use *initTags(Use *Start, Use *Stop, ptrdiff_t Done = 0); -- cgit v1.2.3