diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-02-12 23:40:37 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-03-01 09:07:45 +0100 |
| commit | 29f889c3980d4f36f9f87a667b3ba597d97cbf82 (patch) | |
| tree | 86a56a8727b752d2919c303d9e3bd2f65ace69e1 /Documentation | |
| parent | e72a4b5c11ad8e2ed872a06a66c280fb45e4537d (diff) | |
| download | sparse-dev-29f889c3980d4f36f9f87a667b3ba597d97cbf82.tar.gz | |
IR: remove now unused OP_LNOP & OP_SNOP
No instructions have an opcode set to OP_[LS]NOP anymore
so we can now remove all remaining traces of these opcode.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/IR.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/IR.md b/Documentation/IR.md index 08203fee..44893ade 100644 --- a/Documentation/IR.md +++ b/Documentation/IR.md @@ -351,12 +351,6 @@ Invalid operation (should never be generated). #### OP_NOP No-op (should never be generated). -#### OP_SNOP -Store no-op (removed store operation). - -#### OP_LNOP -Load no-op (removed load operation). - #### OP_DEATHNOTE Annotation telling the pseudo will be death after the next instruction (other than some other annotation, that is). |
