diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-02-04 18:24:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:06:21 -0700 |
commit | 4b369282cf9d36c1a7306d0d1571e39fa5b6bfaa (patch) | |
tree | d7f7c6b0a040e0fdc0bc9b095bab7903104bc91b /linearize.h | |
parent | Make sure we evaluate pointer comparisons as unsigned. (diff) | |
download | sparse-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.h | 1 |
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; |