Re: [PATCH] Improve dumping CALL_INSN_FUNCTION_USAGE

2014-01-24 Thread Eric Botcazou
> This is something that has annyoed me for quite some time, but never got > around to do anything about it. The EXPR_LIST mode in > CALL_INSN_FUNCTION_USAGE never means the various REG_DEAD/REG_CFA* etc. > note names, always normal mode, so e.g. when one is looking for REG_CFA* > notes, the calls

[PATCH] Improve dumping CALL_INSN_FUNCTION_USAGE

2014-01-24 Thread Jakub Jelinek
Hi! This is something that has annyoed me for quite some time, but never got around to do anything about it. The EXPR_LIST mode in CALL_INSN_FUNCTION_USAGE never means the various REG_DEAD/REG_CFA* etc. note names, always normal mode, so e.g. when one is looking for REG_CFA* notes, the calls can