Make better use of the PHINode API.
authorJay Foad <jay.foad@gmail.com>
Mon, 20 Jun 2011 14:18:48 +0000 (14:18 +0000)
committerJay Foad <jay.foad@gmail.com>
Mon, 20 Jun 2011 14:18:48 +0000 (14:18 +0000)
commitc137120bb047a7017cbab21f5f9c9e6f65e2b84f
tree146a56f5331f05c10548bd0ca1f7bc0726f3ed8f
parent691c05bb29d3e2ec9c2ed6b1c082ce5d484b75da
Make better use of the PHINode API.

Change various bits of code to make better use of the existing PHINode
API, to insulate them from forthcoming changes in how PHINodes store
their operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133434 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/LoopRotation.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/BasicBlock.cpp
lib/VMCore/Verifier.cpp