llvm-6502/lib
Brian Gaeke 1b4aeb5cec 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
2004-07-27 17:43:22 +00:00
..
Analysis Make the create...() functions for some of these passes return a FunctionPass *. 2004-07-27 17:43:21 +00:00
Archive
AsmParser Fix bug in previous patch :( 2004-07-26 01:40:20 +00:00
Bytecode Simplify code and silence warning 2004-07-27 02:34:49 +00:00
CodeGen Add some comments to the backtracking code. 2004-07-25 08:10:33 +00:00
Debugger
ExecutionEngine
Linker
Support Remove linux/solaris specific stuff. 2004-07-25 07:34:00 +00:00
System
Target As it happens, none of these TargetInstrInfo methods which are only 2004-07-27 17:43:22 +00:00
Transforms Make the create...() functions for some of these passes return a FunctionPass *. 2004-07-27 17:43:21 +00:00
VMCore alloca void makes no sense 2004-07-27 07:30:02 +00:00
Makefile