Skip to content
Commit 23d15a71 authored by Misha Brukman's avatar Misha Brukman
Browse files

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
parent 627b9f4d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment