mirror of git://gcc.gnu.org/git/gcc.git
Forgot to push this in with last change.
Good eyes Brendan... From-SVN: r21730
This commit is contained in:
parent
49e921be33
commit
64c7a80a98
|
|
@ -845,7 +845,7 @@ DEF_RTL_EXPR(RANGE_LIVE, "range_live", "bi", 'x')
|
||||||
/* A unary `__builtin_constant_p' expression. These are only emitted
|
/* A unary `__builtin_constant_p' expression. These are only emitted
|
||||||
during RTL generation, and then only if optimize > 0. They are
|
during RTL generation, and then only if optimize > 0. They are
|
||||||
eliminated by the first CSE pass. */
|
eliminated by the first CSE pass. */
|
||||||
DEF_RTL_EXPR(CONSTANT_P_RTX, "constant_p", "e", 'x')
|
DEF_RTL_EXPR(CONSTANT_P_RTX, "constant_p_rtx", "e", 'x')
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Local variables:
|
Local variables:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue