Mark the standard pseudos as isPseudo = 1.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 10 Oct 2011 18:51:33 +0000 (18:51 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 10 Oct 2011 18:51:33 +0000 (18:51 +0000)
commit5a57168a55f23cff1f0d1c7ba4183b4182665e46
tree2293321229595ca627af307e9180b9d51c0a1661
parent9d2fa87816359ea615a31680c93e76b0dddbad17
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
include/llvm/Target/Target.td