Add annotation for inline function call.
commitdd580753ccf1a372e3ff19ac90fdbfc92e94ca66
authorChristopher Li <sparse@chrisli.org>
Fri, 2 Mar 2007 20:09:24 +0000 (2 12:09 -0800)
committerJosh Triplett <josh@freedesktop.org>
Fri, 2 Mar 2007 22:33:54 +0000 (2 14:33 -0800)
tree045c200ca51480af9f9fe01e94782769b54b918e
parenta4abe00d7a45a02a3135b24d5f04747397445f7a
Add annotation for inline function call.

For inline functions, Sparse inlines the function body at evaluation. It is
very hard to find out the original function call. This change preserves the
original call as an annotation.

Signed-Off-By: Christopher Li <sparse@chrisli.org>
evaluate.c
expand.c
inline.c
linearize.c
linearize.h
parse.h
show-parse.c