aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linearize.h
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-02-23 09:06:52 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:01:27 -0700
commit3ff0203e3ed11587df084e6e8d7a96f0f6ac041b (patch)
tree81703cf37dbd321fab25245594d610843795323e /linearize.h
parent39bc3fa4bad3c45fd3c187acbe2508af7f56f5fc (diff)
downloadsparse-dev-3ff0203e3ed11587df084e6e8d7a96f0f6ac041b.tar.gz
Linearize logical ops.
Diffstat (limited to 'linearize.h')
-rw-r--r--linearize.h1
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,