mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 02:10:29 +08:00
re PR target/20424 (Bootstrap failure on alphaev56)
PR bootstrap/20424 * config/alpha/alpha.c (alpha_fold_builtin_cmpbge): Fix typo. From-SVN: r96431
This commit is contained in:
parent
bd3d082ebe
commit
184107932d
@ -1,3 +1,8 @@
|
||||
2005-03-14 Falk Hueffner <falk@debian.org>
|
||||
|
||||
PR bootstrap/20424
|
||||
* config/alpha/alpha.c (alpha_fold_builtin_cmpbge): Fix typo.
|
||||
|
||||
2005-03-14 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* ggc-zone.c: Fix comment typos.
|
||||
|
@ -6137,7 +6137,7 @@ alpha_fold_builtin_cmpbge (unsigned HOST_WIDE_INT opint[], long op_const)
|
||||
}
|
||||
return build_int_cst (long_integer_type_node, val);
|
||||
}
|
||||
else if (op_const == 1 && opint[0] == 0)
|
||||
else if (op_const == 2 && opint[1] == 0)
|
||||
return build_int_cst (long_integer_type_node, 0xff);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user