* rtl.c (rtx_equal_p_cb): Fix typo.
From-SVN: r225747
This commit is contained in:
parent
51cef06e02
commit
c05fbb626f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-07-13 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* rtl.c (rtx_equal_p_cb): Fix typo.
|
||||
|
||||
2015-07-13 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* omega.h: Don't include config.h, don't include params.h again if
|
||||
|
|
|
@ -441,7 +441,7 @@ rtx_equal_p_cb (const_rtx x, const_rtx y, rtx_equal_p_callback_function cb)
|
|||
|
||||
case DEBUG_PARAMETER_REF:
|
||||
return DEBUG_PARAMETER_REF_DECL (x)
|
||||
== DEBUG_PARAMETER_REF_DECL (x);
|
||||
== DEBUG_PARAMETER_REF_DECL (y);
|
||||
|
||||
case ENTRY_VALUE:
|
||||
return rtx_equal_p_cb (ENTRY_VALUE_EXP (x), ENTRY_VALUE_EXP (y), cb);
|
||||
|
|
Loading…
Add table
Reference in a new issue