From 01c7f6d1c75f83f0b9229154450b0de95a96ec8b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 31 Jul 2002 01:45:02 +0000 Subject: [PATCH] Remove obsolete, confusing, method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3175 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instruction.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h index e13d1b747b7..2e5bcdaed22 100644 --- a/include/llvm/Instruction.h +++ b/include/llvm/Instruction.h @@ -68,7 +68,6 @@ public: inline bool isTerminator() const { // Instance of TerminatorInst? return iType >= FirstTermOp && iType < NumTermOps; } - inline bool isDefinition() const { return !isTerminator(); } inline bool isUnaryOp() const { return iType >= FirstUnaryOp && iType < NumUnaryOps; } -- 2.34.1