diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-05-24 00:08:39 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-05-24 00:08:39 +0000 |
commit | 23d15a71b886da921931feda17368ab8afc1fea2 (patch) | |
tree | 333c607bbfaa659beb52f67bc8362c046404244d /llvm/lib/Target/X86/X86InstrInfo.cpp | |
parent | 627b9f4d6d169f2709e42f7d02b3774027e6e2f4 (diff) | |
download | bcm5719-llvm-23d15a71b886da921931feda17368ab8afc1fea2.tar.gz bcm5719-llvm-23d15a71b886da921931feda17368ab8afc1fea2.zip |
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
Diffstat (limited to 'llvm/lib/Target/X86/X86InstrInfo.cpp')
0 files changed, 0 insertions, 0 deletions