llvm-6502/include
Jakob Stoklund Olesen 5a57168a55 Mark the standard pseudos as isPseudo = 1.
The difference between isPseudo and isCodeGenOnly is a bit murky, but
isCodeGenOnly should eventually go away.  It is used for instructions
that are clones of real instructions with slightly different properties.

The standard pseudo-instructions never mirror real instructions, so they
are definitely in the isPseudo category.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141567 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-10 18:51:33 +00:00
..
llvm Mark the standard pseudos as isPseudo = 1. 2011-10-10 18:51:33 +00:00
llvm-c Change relocation API to be per section. This time without breaking GCC. 2011-10-07 19:25:32 +00:00