1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/include
Misha Brukman 151f7484ab 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.

llvm-svn: 6319
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