Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction...
authorChris Lattner <sabre@nondot.org>
Sun, 19 Oct 2003 21:34:11 +0000 (21:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Oct 2003 21:34:11 +0000 (21:34 +0000)
commit4661dc6a6abc9ef22e674fe4951a715befd4e072
treea8296358ba721720c49652ec8d52536a53d7e441
parentb2acc51bb28a6cff3789d4eb3ff4547a05b9bbe9
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions.

This allows removal of a special case from the instvisitor

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