diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-08 16:39:08 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:04:10 -0700 |
| commit | 29088097776b97b7e3cd7af024643572d834ecee (patch) | |
| tree | bdf34c2bcd99d4f33ef121c1442ca0156680fed4 /linearize.h | |
| parent | b6fc9847baa04493e44a3560d533f286a7876e8f (diff) | |
| download | sparse-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.h | 1 |
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 { |
