From: Chris Lattner Date: Wed, 31 Jul 2002 01:45:02 +0000 (+0000) Subject: Remove obsolete, confusing, method X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=01c7f6d1c75f83f0b9229154450b0de95a96ec8b;p=oota-llvm.git Remove obsolete, confusing, method git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3175 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; }