From: Claudiu Zissulescu Date: Tue, 29 Dec 2020 11:30:05 +0000 (+0200) Subject: arc: Update test pattern. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c806034136844356bb92c8936e9c01bc2739fd2;p=gcc.git arc: Update test pattern. gcc/testsuite 2020-12-29 Claudiu Zissulescu * gcc.target/arc/loop-3.c: Update test pattern. Signed-off-by: Claudiu Zissulescu --- 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" } } */