aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Li <sparse@chrisli.org>2007-03-02 12:09:24 -0800
committerJosh Triplett <josh@freedesktop.org>2007-03-02 14:33:54 -0800
commitdd580753ccf1a372e3ff19ac90fdbfc92e94ca66 (patch)
tree045c200ca51480af9f9fe01e94782769b54b918e /linearize.h
parentAdd static to declarations in test cases, to remove unrelated warnings. (diff)
downloadsparse-dd580753ccf1a372e3ff19ac90fdbfc92e94ca66.tar.gz
sparse-dd580753ccf1a372e3ff19ac90fdbfc92e94ca66.tar.bz2
sparse-dd580753ccf1a372e3ff19ac90fdbfc92e94ca66.zip
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>
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 673d13e..8db8e82 100644
--- a/linearize.h
+++ b/linearize.h
@@ -196,6 +196,7 @@ enum opcode {
OP_SCAST,
OP_FPCAST,
OP_PTRCAST,
+ OP_INLINED_CALL,
OP_CALL,
OP_VANEXT,
OP_VAARG,