llvm-6502/include/llvm/Target
Misha Brukman 00b05bd703 NOP instructions are pseudo-instructions. We should not have them explicitly in
our representation, since they are usually special cases of already-existing
instructions.

This abstracts away methods that let a pass create and verify a NOP instruction,
without relying on a `NOP' enum to be in existence in the target's instruction
info descriptor.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6319 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-24 00:08:39 +00:00
..
MRegisterInfo.h Add new getName method 2003-01-13 00:19:44 +00:00
TargetCacheInfo.h Rename MachineOptInfo to TargetoptInfo 2002-12-29 02:50:35 +00:00
TargetData.h Remove two fields from TargetData which are target specific. 2003-04-26 20:11:09 +00:00
TargetFrameInfo.h Expose some very simple information about the frame, rather than in-depth 2002-12-28 20:12:10 +00:00
TargetInstrInfo.h NOP instructions are pseudo-instructions. We should not have them explicitly in 2003-05-24 00:08:39 +00:00
TargetMachine.h Remove two fields from TargetData which are target specific. 2003-04-26 20:11:09 +00:00
TargetMachineImpls.h Allow the target machines to specify endianness and pointer size 2002-12-24 00:02:17 +00:00
TargetOptInfo.h Rename MachineOptInfo to TargetoptInfo 2002-12-29 02:50:35 +00:00
TargetRegInfo.h Simplify the interface 2003-01-15 21:13:32 +00:00
TargetSchedInfo.h Must use std::pair instead of just 'pair'. 2003-04-07 00:25:09 +00:00