diff options
| author | Linus Torvalds <torvalds@home.osdl.org> | 2004-02-11 15:03:26 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:01:20 -0700 |
| commit | db4a4265c41a5da5ea06b5597a72776cc69574ab (patch) | |
| tree | 2c10a2cf436cbc8c5df0ffc7979f939fc29ee58c /linearize.h | |
| parent | 7f2bd1a27e9df408cbae57cf2aa9aa45383a7bb7 (diff) | |
| download | sparse-dev-db4a4265c41a5da5ea06b5597a72776cc69574ab.tar.gz | |
Oops. Fix name clash by renaming the new "copy_ptr_list" to be
"concat_ptr_list" (which also is more accurate).
Declare linearize_symbol().
Diffstat (limited to 'linearize.h')
| -rw-r--r-- | linearize.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linearize.h b/linearize.h index 22761dfc..f6108dc5 100644 --- a/linearize.h +++ b/linearize.h @@ -23,5 +23,7 @@ struct entrypoint { struct basic_block_list *bbs; }; +void linearize_symbol(struct symbol *sym); + #endif /* LINEARIZE_H */ |
