aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linearize.h
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-13 12:00:29 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:06:07 -0700
commit6278edfccdbb3b6a0bbe9f066991e28564ea0884 (patch)
treed1f3c4fe4125a8899eb74c16e4b289b08c25cb04 /linearize.h
parente2c6465a7833ded210fc3fb331c143611df15f34 (diff)
downloadsparse-dev-6278edfccdbb3b6a0bbe9f066991e28564ea0884.tar.gz
Split OP_SETVAL into OP_SETVAL (fp expressions and labels) and OP_SYMADDR
(symbol addresses). They are pretty different. Symbol addresses have special meaning during various phases, from symbol simplification to CSE.
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 401e665b..40775427 100644
--- a/linearize.h
+++ b/linearize.h
@@ -173,6 +173,7 @@ enum opcode {
OP_LOAD,
OP_STORE,
OP_SETVAL,
+ OP_SYMADDR,
OP_GET_ELEMENT_PTR,
/* Other */