diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/sh/pr51244-1.c')
-rw-r--r-- | gcc/testsuite/gcc.target/sh/pr51244-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/sh/pr51244-1.c b/gcc/testsuite/gcc.target/sh/pr51244-1.c index 601c1c1c269..15e2ebd1bfc 100644 --- a/gcc/testsuite/gcc.target/sh/pr51244-1.c +++ b/gcc/testsuite/gcc.target/sh/pr51244-1.c @@ -1,7 +1,7 @@ /* Check that inverted conditional branch logic does not generate unnecessary explicit T bit extractions, inversions and test instructions. */ -/* { dg-do compile { target "sh*-*-*" } } */ +/* { dg-do compile } */ /* { dg-options "-O1 -mbranch-cost=2" } */ /* { dg-skip-if "" { "sh*-*-*" } { "-m5*"} { "" } } */ /* { dg-final { scan-assembler-not "movt|tst|negc|extu" } } */ |