llvm-6502/include
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
..
boost Add support for gcc 3.2 2002-09-17 23:38:38 +00:00
llvm NOP instructions are pseudo-instructions. We should not have them explicitly in 2003-05-24 00:08:39 +00:00
Support Add support for a new "CommaSeparated" modifier 2003-05-22 20:25:57 +00:00