Canonicalize asm volatility earlier
authorRichard Henderson <rth@redhat.com>
Mon, 11 May 2015 23:33:17 +0000 (16:33 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 11 May 2015 23:33:17 +0000 (16:33 -0700)
commit15a85b055d38e8f0000da08d80e143a89ecb827e
treebb6fc101af1083cea96478a59bea1d675d3625a8
parent6476a8fde0b47159a054f0d594ddba8875ae30ca
Canonicalize asm volatility earlier

If gimple_asm_volatile_p is correct, no point re-checking.
This is also done by the C and C++ front ends, but not Ada.
So we can't yet trust ASM_VOLATILE_P from the front end.

From-SVN: r223024
gcc/ChangeLog
gcc/cfgexpand.c
gcc/gimplify.c