diff options
| -rw-r--r-- | src/compiler/Dataflow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/Dataflow.h b/src/compiler/Dataflow.h index 8263f335d7..e2d5a4c50a 100644 --- a/src/compiler/Dataflow.h +++ b/src/compiler/Dataflow.h @@ -101,7 +101,8 @@ enum DataFlowAttributePos { DF_NULL_CHK_OUT0) #define DF_HAS_RANGE_CHKS (DF_RANGE_CHK_1 | \ - DF_RANGE_CHK_2) + DF_RANGE_CHK_2 | \ + DF_RANGE_CHK_3) #define DF_HAS_NR_CHKS (DF_HAS_NULL_CHKS | \ DF_HAS_RANGE_CHKS) |