diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 16:28:42 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 16:28:42 +0000 |
commit | 58c357da57886313b66900dd4db583d788f8c410 (patch) | |
tree | 0e22b5d897925cf8e6dae294646c0edcb9e519d5 /gcc | |
parent | 1d5f3021c1cd6565f62bf7fb47ad5b60aea3ccf0 (diff) | |
download | gcc-58c357da57886313b66900dd4db583d788f8c410.zip gcc-58c357da57886313b66900dd4db583d788f8c410.tar.gz gcc-58c357da57886313b66900dd4db583d788f8c410.tar.bz2 |
Fix.
From-SVN: r201099
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.target/sh/pr54760-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/sh/pr54760-4.c b/gcc/testsuite/gcc.target/sh/pr54760-4.c index 3ee36a3..6154d3f 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" } */ |