summaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/jump.c')
-rwxr-xr-xgcc/jump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index 12c90f5..471160d 100755
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -4946,8 +4946,8 @@ condjump_expect_p (insn)
int retval;
HOST_WIDE_INT exp_value;
HOST_WIDE_INT cmp_value;
- unsigned HOST_WIDE_INT exp_uns;
- unsigned HOST_WIDE_INT cmp_uns;
+ HOST_WIDE_UINT exp_uns;
+ HOST_WIDE_UINT cmp_uns;
if (GET_CODE (insn) != JUMP_INSN)
return 0;