non-null here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215234
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-09-13 Marek Polacek <polacek@redhat.com>
+
+ * tree.c (protected_set_expr_location): Don't check whether T is
+ non-null here.
+
2014-09-12 DJ Delorie <dj@redhat.com>
* config/msp430/msp430.md (extendhipsi2): Use 20-bit form of RLAM/RRAM.
void
protected_set_expr_location (tree t, location_t loc)
{
- if (t && CAN_HAVE_LOCATION_P (t))
+ if (CAN_HAVE_LOCATION_P (t))
SET_EXPR_LOCATION (t, loc);
}
\f