Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 18 Aug 2004 20:04:21 +0000 (20:04 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 18 Aug 2004 20:04:21 +0000 (20:04 +0000)
commite058b27faf9ba0df1582fddda55c3bcbd96de9a0
tree8774211bef2bc46876e10a86a271ffe7f290a556
parenta1e51ff2aa965467632e761774e33ce191f602e7
Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
Also, squash a use of TargetInstrInfo::isNop().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15905 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp