As it happens, none of these TargetInstrInfo methods which are only
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 27 Jul 2004 17:43:22 +0000 (17:43 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 27 Jul 2004 17:43:22 +0000 (17:43 +0000)
commit1b4aeb5cec6b6732d0833bac388c20de04fab961
tree925a4e006112bc9d84ed1571be27d996b20e3158
parent96d4bf7aee0c6ce915e6eb77065df388f374fafb
As it happens, none of these TargetInstrInfo methods which are only
used in the SparcV9 backend really have anything to do with
TargetInstrInfo, so we're converting them into regular old global
functions and moving their declarations to SparcV9InstrSelectionSupport.h.
(They're mostly used as helper functions for SparcV9InstrSelection.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15277 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
lib/Target/SparcV9/SparcV9InstrInfo.h
lib/Target/SparcV9/SparcV9InstrSelectionSupport.h