Added an isPhiNode(unsigned) static method to determine if an opcode is
authorReid Spencer <rspencer@reidspencer.com>
Thu, 10 Jun 2004 22:27:10 +0000 (22:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 10 Jun 2004 22:27:10 +0000 (22:27 +0000)
commitdef0e55c871d48122ff617fec49f33802beff1dc
tree72e75c8955231f438f66be20c731d080d28500d4
parent7c7680a14e76bdd4d2dc71a1eed403982538f8c7
Added an isPhiNode(unsigned) static method to determine if an opcode is
a PhiNode or not. Needed by Bytecode Analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14124 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instruction.h