forked from OSchip/llvm-project
parent
c04be03495
commit
188d8afeee
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue