Remove obsolete, confusing, method

llvm-svn: 3175
This commit is contained in:
Chris Lattner 2002-07-31 01:45:02 +00:00
parent c04be03495
commit 188d8afeee
1 changed files with 0 additions and 1 deletions

View 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;
}