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)
commitfc0bf07db4c95cc691ae7b9b538b36ddebc70f5e
treea806e7d9d6d2bd7424b84381cad7ec70ad0aac6d
parentbf87734fa096f082c992802b131383b703a1f7f5
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

llvm-svn: 9268
llvm/include/llvm/Support/InstVisitor.h