aboutsummaryrefslogtreecommitdiff
path: root/gcc/range.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/range.cc')
-rw-r--r--gcc/range.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/range.cc b/gcc/range.cc
index 8e5c979..e592d05 100644
--- a/gcc/range.cc
+++ b/gcc/range.cc
@@ -62,8 +62,8 @@ range_zero (tree type)
value_range
range_nonzero (tree type)
{
- return value_range (VR_ANTI_RANGE,
- build_zero_cst (type), build_zero_cst (type));
+ return value_range (build_zero_cst (type), build_zero_cst (type),
+ VR_ANTI_RANGE);
}
value_range