mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 05:20:25 +08:00
re PR target/54089 ([SH] Refactor shift patterns)
gcc/testsuite/ PR target/54089 * gcc.target/sh/pr54089-1.c: Change optimization level from -O1 to -O2. From-SVN: r218795
This commit is contained in:
parent
ea9b01d4ff
commit
8c7d662b9a
@ -1,3 +1,8 @@
|
||||
2014-12-16 Oleg Endo <olegendo@gcc.gnu.org>
|
||||
|
||||
PR target/54089
|
||||
* gcc.target/sh/pr54089-1.c: Change optimization level from -O1 to -O2.
|
||||
|
||||
2014-12-16 Oleg Endo <olegendo@gcc.gnu.org>
|
||||
|
||||
PR target/53513
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Check that the rotcr instruction is generated. */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O1" } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-skip-if "" { "sh*-*-*" } { "-m5*"} { "" } } */
|
||||
/* { dg-final { scan-assembler-times "rotcr" 24 } } */
|
||||
/* { dg-final { scan-assembler-times "shll\t" 1 } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user