diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-23 09:06:52 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:01:27 -0700 |
| commit | 3ff0203e3ed11587df084e6e8d7a96f0f6ac041b (patch) | |
| tree | 81703cf37dbd321fab25245594d610843795323e /linearize.h | |
| parent | 39bc3fa4bad3c45fd3c187acbe2508af7f56f5fc (diff) | |
| download | sparse-dev-3ff0203e3ed11587df084e6e8d7a96f0f6ac041b.tar.gz | |
Linearize logical ops.
Diffstat (limited to 'linearize.h')
| -rw-r--r-- | linearize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linearize.h b/linearize.h index 0d03642f..a80d2620 100644 --- a/linearize.h +++ b/linearize.h @@ -45,6 +45,7 @@ enum opcode { OP_MULTIJUMP, OP_LOAD, OP_STORE, + OP_MOVE, OP_UNOP = 0x200, OP_LASTUNOP = 0x3ff, OP_BINOP = 0x400, |
