Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 18 Aug 2004 20:04:24 +0000 (20:04 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 18 Aug 2004 20:04:24 +0000 (20:04 +0000)
commit418379e229dc491050f7f6292aa8364c29b71301
tree31de07aef8edcd0f8dfe0050513c5587dcace151
parente058b27faf9ba0df1582fddda55c3bcbd96de9a0
Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15906 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InstrSched/SchedGraph.cpp
lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/SparcV9AsmPrinter.cpp