re PR tree-optimization/54240 (Routine hoist_adjacent_loads does not work properly...
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 15 Aug 2012 13:17:42 +0000 (13:17 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Wed, 15 Aug 2012 13:17:42 +0000 (13:17 +0000)
commit0a5f2683732f0fc6edd1367295e8a218300d01c9
tree50cef6af829959fed0d8ae9cf5b24d10849c86d9
parent6d67b4c74da3e8a09925f5821b6e9df3352f9934
re PR tree-optimization/54240 (Routine hoist_adjacent_loads does not work properly after r189366)

gcc:

2012-08-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR tree-optimization/54240
* tree-ssa-phiopt.c (hoist_adjacent_loads): Correct test for
existence of conditional move with given mode.

gcc/testsuite:

2012-08-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

PR tree-optimization/54240
* gcc.target/powerpc/pr54240.c: New test.
* gcc.target/mips/pr54240.c: Likewise.

From-SVN: r190411
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/pr54240.c [new file with mode: 0644]
gcc/testsuite/gcc.target/powerpc/pr54240.c [new file with mode: 0644]
gcc/tree-ssa-phiopt.c