Split the PHINode class out from the iOther.h file into the iPHINode.h file
authorChris Lattner <sabre@nondot.org>
Mon, 3 Dec 2001 18:02:31 +0000 (18:02 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Dec 2001 18:02:31 +0000 (18:02 +0000)
commit7061dc50b2513731d7b346ab16183cda4a44619f
tree11e3735e2f62245644424ec160eb40ffefd96e07
parent6148c02591bd83da7b957589c4bbf6f9720d503f
Split the PHINode class out from the iOther.h file into the iPHINode.h file

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1405 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
include/llvm/iOther.h
include/llvm/iPHINode.h [new file with mode: 0644]
lib/Analysis/InductionVariable.cpp
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Reader/ConstantReader.cpp
lib/Bytecode/Reader/InstructionReader.cpp
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Reader/ReaderInternals.h
lib/CodeGen/InstrSelection/InstrForest.cpp
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/HoistPHIConstants.cpp
lib/Transforms/IPO/DeadTypeElimination.cpp
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/IPO/MutateStructTypes.cpp
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/ConstantProp.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/InductionVars.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/BasicBlock.cpp
lib/VMCore/InstrTypes.cpp