Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 19 Jun 2007 01:26:51 +0000 (01:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 19 Jun 2007 01:26:51 +0000 (01:26 +0000)
commiteaa91b0a1fc68984aae51f3c4b0cf29b38f89dac
tree93a8cd9aecd8080137878288ae7fc57872f4e5ca
parent4e6b1e1d999a224d932c466118aad577f27cdd56
Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37643 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/IfConversion.cpp
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/Target.td
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/InstrInfoEmitter.cpp