diff options
-rw-r--r-- | include/llvm/Instruction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h index e13d1b747b..2e5bcdaed2 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; } |