aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Instruction.h')
-rw-r--r--include/llvm/Instruction.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h
index 1d86348..86f2a05 100644
--- a/include/llvm/Instruction.h
+++ b/include/llvm/Instruction.h
@@ -95,8 +95,6 @@ public:
return isTerminator(iType);
}
- static inline bool isPhiNode(unsigned OpCode) { return OpCode == PHI; }
-
inline bool isBinaryOp() const {
return iType >= BinaryOpsBegin && iType < BinaryOpsEnd;
}