Remove obsolete, confusing, method
authorChris Lattner <sabre@nondot.org>
Wed, 31 Jul 2002 01:45:02 +0000 (01:45 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Jul 2002 01:45:02 +0000 (01:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3175 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Instruction.h

index e13d1b747b7dc52f7e7a796863f83a8b115f89bc..2e5bcdaed225255ec1bb37c54842821b7f47da5e 100644 (file)
@@ -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;
   }