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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9269 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/Instruction.def
include/llvm/iPHINode.h
lib/Analysis/IPA/FindUnsafePointerTypes.cpp
lib/AsmParser/Lexer.l
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/InstructionReader.cpp
lib/CodeGen/InstrSelection/InstrForest.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp
lib/Target/SparcV9/SparcV9InstrInfo.cpp
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/IPO/MutateStructTypes.cpp
lib/Transforms/Instrumentation/TraceValues.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/VMCore/InstrTypes.cpp
lib/VMCore/Instruction.cpp