diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-12 10:29:11 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:04:22 -0700 |
| commit | 41aa7864e15df7e5ea5f28d10afcd156d120521d (patch) | |
| tree | e2a143b421798fd2c4fc0b251c8d52385f5391c2 /linearize.h | |
| parent | b22bcff68746764ffd3a95aa8448588738689e49 (diff) | |
| download | sparse-dev-41aa7864e15df7e5ea5f28d10afcd156d120521d.tar.gz | |
Duplicate type removal..
Use "pseudo_list" rather than "pseudo_ptr_list" type.
Diffstat (limited to 'linearize.h')
| -rw-r--r-- | linearize.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linearize.h b/linearize.h index f24f5afc..56ad545d 100644 --- a/linearize.h +++ b/linearize.h @@ -7,7 +7,6 @@ #include "symbol.h" struct instruction; -struct pseudo_ptr_list; enum pseudo_type { PSEUDO_VOID, @@ -21,7 +20,7 @@ struct pseudo { int nr; unsigned int usage:24, type:8; - struct pseudo_ptr_list *users; + struct pseudo_list *users; union { struct symbol *sym; struct instruction *def; |
