From d8a9b25d6e5eb554acfd859883bcdf139474778b Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 19 Oct 2016 15:54:23 -0400 Subject: [PATCH 18/20] FIXME: __RTL fixups --- gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c b/gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c index 4c1cf8d..4d5fa39 100644 --- a/gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c +++ b/gcc/testsuite/gcc.dg/rtl/x86_64/into-cfglayout.c @@ -109,9 +109,9 @@ int __RTL("rtl-into_cfglayout") test_1 (int i, int j, int k) /* The conversion to cfglayout should eliminate unconditional jump instructions... */ -/* { dg-final { scan-rtl-dump "Removing jump 14." "into_cfglayout" } } */ -/* { dg-final { scan-rtl-dump-not "jump_insn 14" "into_cfglayout" } } */ -/* { dg-final { scan-rtl-dump-not "barrier 15" "into_cfglayout" } } */ +/* { dg-final { scan-rtl-dump "Removing jump 13." "into_cfglayout" } } */ +/* { dg-final { scan-rtl-dump-not "jump_insn 13" "into_cfglayout" } } */ +/* { dg-final { scan-rtl-dump-not "barrier" "into_cfglayout" } } */ /* ...but conditional jumps should be preserved. */ -/* { dg-final { scan-rtl-dump "jump_insn 10" "into_cfglayout" } } */ +/* { dg-final { scan-rtl-dump "jump_insn 9" "into_cfglayout" } } */ -- 1.8.5.3