diff mbox

[Obvious] Adjust test string wrto update dump info for gcc.target/arm/ivopts-orig_biv-inc.c

Message ID VI1PR0802MB21761AB9872DF8FAAFCBDEE5E7BE0@VI1PR0802MB2176.eurprd08.prod.outlook.com
State New
Headers show

Commit Message

Bin Cheng Nov. 16, 2016, 5:18 p.m. UTC
Hi,
Dump information of IVOPT has been updated while test string gcc.target/arm/ivopts-orig_biv-inc.c is not.  This patch does this.  Test result checked on arm-none-eabi.  Commit as obvious?

Thanks,
bin

gcc/testsuite/ChangeLog
2016-11-16  Bin Cheng  <bin.cheng@arm.com>

	* gcc.target/arm/ivopts-orig_biv-inc.c: Adjust test string
	according to updated dump info.

Comments

Richard Biener Nov. 17, 2016, 8:24 a.m. UTC | #1
On Wed, Nov 16, 2016 at 6:18 PM, Bin Cheng <Bin.Cheng@arm.com> wrote:
> Hi,
> Dump information of IVOPT has been updated while test string gcc.target/arm/ivopts-orig_biv-inc.c is not.  This patch does this.  Test result checked on arm-none-eabi.  Commit as obvious?

Yes.

RIchard.

> Thanks,
> bin
>
> gcc/testsuite/ChangeLog
> 2016-11-16  Bin Cheng  <bin.cheng@arm.com>
>
>         * gcc.target/arm/ivopts-orig_biv-inc.c: Adjust test string
>         according to updated dump info.
diff mbox

Patch

diff --git a/gcc/testsuite/gcc.target/arm/ivopts-orig_biv-inc.c b/gcc/testsuite/gcc.target/arm/ivopts-orig_biv-inc.c
index f7129d3..94c7e5f 100644
--- a/gcc/testsuite/gcc.target/arm/ivopts-orig_biv-inc.c
+++ b/gcc/testsuite/gcc.target/arm/ivopts-orig_biv-inc.c
@@ -15,4 +15,4 @@  unsigned char * foo(unsigned char *ReadPtr)
  return ReadPtr;
 }
 
-/* { dg-final { scan-tree-dump-times "original biv" 2 "ivopts"} } */
+/* { dg-final { scan-tree-dump-times "Incr POS: orig biv" 2 "ivopts"} } */