* gcc.c-torture/execute/20020615-1.c: Fix typo in comment.

From-SVN: r54741
This commit is contained in:
Hans-Peter Nilsson 2002-06-18 15:35:36 +00:00 committed by Hans-Peter Nilsson
parent b24718388c
commit 0fd534ed06
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-06-18 Hans-Peter Nilsson <hp@axis.com>
* gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
2002-06-18 Aldy Hernandez <aldyh@redhat.com>
* gcc.c-torture/execute/simd-1.c: New.

View File

@ -1,6 +1,6 @@
/* PR target/7042. When reorg.c changed branches into return insns, it
completely forgot about any current_function_epilogue_delay_list and
drops those insns. Uncovered on cris-axis-elf, where an insn in an
dropped those insns. Uncovered on cris-axis-elf, where an insn in an
epilogue delay-slot set the return-value register with the test-case
below. Derived from ghostscript-6.52 (GPL) by hp@axis.com. */