aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linearize.h
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-08 16:39:08 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:04:10 -0700
commit29088097776b97b7e3cd7af024643572d834ecee (patch)
treebdf34c2bcd99d4f33ef121c1442ca0156680fed4 /linearize.h
parentb6fc9847baa04493e44a3560d533f286a7876e8f (diff)
downloadsparse-dev-29088097776b97b7e3cd7af024643572d834ecee.tar.gz
Add "argument pseudo" for incoming arguments to a function.
This still leaves varargs wrong, but we'll get to that eventually.
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 6701d850..03110c2f 100644
--- a/linearize.h
+++ b/linearize.h
@@ -13,6 +13,7 @@ enum pseudo_type {
PSEUDO_REG,
PSEUDO_SYM,
PSEUDO_VAL,
+ PSEUDO_ARG,
};
struct pseudo {