]> gcc.gnu.org Git - gcc.git/commit
combine.c (simplify_comparison, [...]): Do not drop the extend if we'd have to add...
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 3 Feb 2005 09:09:42 +0000 (09:09 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 3 Feb 2005 09:09:42 +0000 (09:09 +0000)
commitaa2d0bc31c2dac0ecde72d92d7d419be5a8f21b3
tree2670e900e343f8a26a16c91b8c9efacb96709618
parentf1a3e333f0f5c214ed5801ed3546d0f8caf9f5fc
combine.c (simplify_comparison, [...]): Do not drop the extend if we'd have to add a paradoxical subreg later.

gcc/ChangeLog:
* combine.c (simplify_comparison, case SIGN_EXTEND, ZERO_EXTEND):
Do not drop the extend if we'd have to add a paradoxical subreg
later.  Include optabs.h and insn-codes.h.
* Makefile.in (combine.o): Depend on $(OPTABS_H).
gcc/testsuite/ChangeLog:
* gcc.c-torture/execute/20050203-1.c: New.

From-SVN: r94655
gcc/ChangeLog
gcc/Makefile.in
gcc/combine.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20050203-1.c [new file with mode: 0644]
This page took 0.054307 seconds and 5 git commands to generate.