Re: Fix gimple_expr_code?
authorAndrew MacLeod <amacleod@redhat.com>
Fri, 13 Nov 2020 18:56:01 +0000 (13:56 -0500)
committerAndrew MacLeod <amacleod@redhat.com>
Fri, 13 Nov 2020 18:59:44 +0000 (13:59 -0500)
commitfcbb6018abaf04d30e2cf6fff2eb35115412cdd5
treec727a4cb985b90cfcb860d5e8a09f54615a1bd45
parent84096498a7bd788599d4a7ca63543fc7c297645e
Re: Fix gimple_expr_code?

have gimple_expr_code return the correct code for GIMPLE_ASSIGN.
use gassign and gcond in gimple_range_handler.

* gimple-range.h (gimple_range_handler): Cast to gimple stmt
kinds before asking for code and type.
* gimple.h (gimple_expr_code): Call gassign and gcond routines
to get their expr_code.
gcc/gimple-range.h
gcc/gimple.h