arm: fix typo in dg-require-effective-target [PR118089]
Trivial typo. gcc/testsuite: PR target/118089 * gcc.target/arm/thumb2-pop-loreg.c (dg-require-effective-target): Fix typo in directive.
This commit is contained in:
parent
92142019b6
commit
6ed1b40268
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective_target arm_thumb2_ok } */
|
||||
/* { dg-require-effective-target arm_thumb2_ok } */
|
||||
/* { dg-options "-Os" } */
|
||||
|
||||
int __attribute__((noinline)) f (void)
|
||||
|
|
Loading…
Add table
Reference in a new issue