aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Zissulescu <claziss@synopsys.com>2020-12-29 13:30:05 +0200
committerClaudiu Zissulescu <claziss@synopsys.com>2020-12-29 13:41:19 +0200
commit6c806034136844356bb92c8936e9c01bc2739fd2 (patch)
treeeb6258dc943472c0b2a4f074084901dad0a0ca90
parente51727c6912c0b0190b3bd8f64e711e2eecbc045 (diff)
arc: Update test pattern.
gcc/testsuite 2020-12-29 Claudiu Zissulescu <claziss@synopsys.com> * gcc.target/arc/loop-3.c: Update test pattern. Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
-rw-r--r--gcc/testsuite/gcc.target/arc/loop-3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/arc/loop-3.c b/gcc/testsuite/gcc.target/arc/loop-3.c
index bf7aec94842..7f55e2f43fa 100644
--- a/gcc/testsuite/gcc.target/arc/loop-3.c
+++ b/gcc/testsuite/gcc.target/arc/loop-3.c
@@ -23,5 +23,5 @@ void fn1(void)
}
}
-/* { dg-final { scan-assembler "bne_s @.L2" } } */
+/* { dg-final { scan-assembler "bne.*@.L2" } } */
/* { dg-final { scan-assembler-not "add.eq" } } */