mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 12:51:15 +08:00
mmix.c (mmix_intval): Drop unused automatic variable.
2014-07-18 Jan-Benedict Glaw <jbglaw@lug-owl.de> * config/mmix/mmix.c (mmix_intval): Drop unused automatic variable. From-SVN: r212776
This commit is contained in:
parent
d8688307cf
commit
45befa6e92
@ -1,3 +1,7 @@
|
||||
2014-07-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||
|
||||
* config/mmix/mmix.c (mmix_intval): Drop unused automatic variable.
|
||||
|
||||
2014-07-17 Roman Gareev <gareevroman@gmail.com>
|
||||
|
||||
* configure.ac: Don't accept isl 0.11.
|
||||
|
@ -2691,8 +2691,6 @@ mmix_output_condition (FILE *stream, const_rtx x, int reversed)
|
||||
int64_t
|
||||
mmix_intval (const_rtx x)
|
||||
{
|
||||
uint64_t retval;
|
||||
|
||||
if (GET_CODE (x) == CONST_INT)
|
||||
return INTVAL (x);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user