From: Hans-Peter Nilsson Date: Tue, 18 Jun 2002 15:37:34 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: releases/gcc-3.1.1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8085d7428925cd6c038a757f4c0b93af5f2d4119;p=thirdparty%2Fgcc.git Fix typo in comment From-SVN: r54742 --- diff --git a/gcc/testsuite/gcc.c-torture/execute/20020615-1.c b/gcc/testsuite/gcc.c-torture/execute/20020615-1.c index 058ee8def9c6..3dabfdc9f3c0 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20020615-1.c +++ b/gcc/testsuite/gcc.c-torture/execute/20020615-1.c @@ -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. */