aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linearize.h
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-02-04 18:24:36 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:06:21 -0700
commit4b369282cf9d36c1a7306d0d1571e39fa5b6bfaa (patch)
treed7f7c6b0a040e0fdc0bc9b095bab7903104bc91b /linearize.h
parent13299c9883c735da478d6b413df99a07d5fb75a1 (diff)
downloadsparse-dev-4b369282cf9d36c1a7306d0d1571e39fa5b6bfaa.tar.gz
Add compile-time "range-check" infrastructure to sparse
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 7c29fbaa..32636c1d 100644
--- a/linearize.h
+++ b/linearize.h
@@ -195,6 +195,7 @@ enum opcode {
/* Sparse tagging (line numbers, context, whatever) */
OP_CONTEXT,
+ OP_RANGE,
};
struct basic_block_list;