diff options
author | jlaw <jeffreyalaw@gmail.com> | 2024-03-09 21:33:47 -0700 |
---|---|---|
committer | jlaw <jeffreyalaw@gmail.com> | 2024-03-09 21:33:47 -0700 |
commit | 6f7d000fcacef31a6947f95021e445c846170f92 (patch) | |
tree | a9df7e0b6cbdde22c97bc3829048d96b45355ea6 /gcc | |
parent | 7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178 (diff) | |
download | gcc-6f7d000fcacef31a6947f95021e445c846170f92.zip gcc-6f7d000fcacef31a6947f95021e445c846170f92.tar.gz gcc-6f7d000fcacef31a6947f95021e445c846170f92.tar.bz2 |
Revert "[committed] Adjust expectations for pr59533-1.c"
This reverts commit 7e16f819ff413c48702f9087b62eaac39a060a14.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.target/sh/pr59533-1.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.target/sh/pr59533-1.c b/gcc/testsuite/gcc.target/sh/pr59533-1.c index 859b8e2..b046985 100644 --- a/gcc/testsuite/gcc.target/sh/pr59533-1.c +++ b/gcc/testsuite/gcc.target/sh/pr59533-1.c @@ -2,15 +2,15 @@ /* { dg-do compile } */ /* { dg-options "-O1" } */ -/* { dg-final { scan-assembler-times "shll" 3 } } */ +/* { dg-final { scan-assembler-times "shll" 1 } } */ /* { dg-final { scan-assembler-times "movt" 5 } } */ /* { dg-final { scan-assembler-times "rotcl" 1 } } */ /* { dg-final { scan-assembler-times "and" 3 } } */ /* { dg-final { scan-assembler-times "extu.b" 5 } } */ -/* { dg-final { scan-assembler-times "cmp/pz" 25 { target { ! sh2a } } } } */ -/* { dg-final { scan-assembler-times "addc" 6 { target { ! sh2a } } } } */ -/* { dg-final { scan-assembler-times "subc" 14 { target { ! sh2a } } } } */ +/* { dg-final { scan-assembler-times "cmp/pz" 27 { target { ! sh2a } } } } */ +/* { dg-final { scan-assembler-times "addc" 4 { target { ! sh2a } } } } */ +/* { dg-final { scan-assembler-times "subc" 16 { target { ! sh2a } } } } */ /* { dg-final { scan-assembler-times "cmp/pz" 25 { target { sh2a } } } } */ /* { dg-final { scan-assembler-times "addc" 6 { target { sh2a } } } } */ |