From: Mike Stump Date: Mon, 22 Jul 2013 18:52:01 +0000 (+0000) Subject: Fix typo. X-Git-Tag: releases/gcc-4.9.0~4899 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7854b6f22608dd78140918d8cf5e062a533cd56;p=thirdparty%2Fgcc.git Fix typo. From-SVN: r201144 --- diff --git a/gcc/testsuite/gcc.target/sh/pr54760-4.c b/gcc/testsuite/gcc.target/sh/pr54760-4.c index 6154d3f823fe..1b2c71b670d4 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 in-between, 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" } */