aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
parentMake sure we evaluate pointer comparisons as unsigned. (diff)
downloadsparse-4b369282cf9d36c1a7306d0d1571e39fa5b6bfaa.tar.gz
sparse-4b369282cf9d36c1a7306d0d1571e39fa5b6bfaa.tar.bz2
sparse-4b369282cf9d36c1a7306d0d1571e39fa5b6bfaa.zip
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 7c29fba..32636c1 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;