aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instruction.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-06-11 03:06:43 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-06-11 03:06:43 +0000
commit8a9a3706ffad58bdbe69efce3b58749038341e9d (patch)
tree8bb9abf1cb5babd44b6765740887a10179db3067 /include/llvm/Instruction.h
parent4d091e0a52c601a898829df460e0f51c371ebe3f (diff)
downloadexternal_llvm-8a9a3706ffad58bdbe69efce3b58749038341e9d.zip
external_llvm-8a9a3706ffad58bdbe69efce3b58749038341e9d.tar.gz
external_llvm-8a9a3706ffad58bdbe69efce3b58749038341e9d.tar.bz2
Revert an unneeded interface change to Instruction.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14137 91177308-0d34-0410-b5e6-96231b3b80d8
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;
}