From: Mike Stump Date: Sun, 21 Jul 2013 16:28:42 +0000 (+0000) Subject: Fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58c357da57886313b66900dd4db583d788f8c410;p=gcc.git Fix. From-SVN: r201099 --- diff --git a/gcc/testsuite/gcc.target/sh/pr54760-4.c b/gcc/testsuite/gcc.target/sh/pr54760-4.c index 3ee36a31389..6154d3f823f 100644 --- a/gcc/testsuite/gcc.target/sh/pr54760-4.c +++ b/gcc/testsuite/gcc.target/sh/pr54760-4.c @@ -1,5 +1,5 @@ /* Check that the GBR address optimization does not combine a gbr store - and its use when a function call is inbetween, when GBR is a call used + and its use when a function call is in-between, when GBR is a call used register, i.e. it is invalidated by function calls. */ /* { dg-do compile { target "sh*-*-*" } } */ /* { dg-options "-O1 -fcall-used-gbr" } */