@@ -1,5 +1,5 @@
-;; Function x (x, funcdef_no=0, decl_uid=4195, cgraph_uid=1, symbol_order=0)
+;; Function x (x, funcdef_no=0, decl_uid=4590, cgraph_uid=1, symbol_order=0)
;; Generating RTL for gimple basic block 2
@@ -25,6 +25,6 @@
(note 1 0 3 NOTE_INSN_DELETED)
(note 3 1 2 2 [bb 2] NOTE_INSN_BASIC_BLOCK)
(note 2 3 5 2 NOTE_INSN_FUNCTION_BEG)
-(insn 5 2 0 2 (set (reg/v:SI 113 [ d ])
+(insn 5 2 0 2 (set (reg/v:SI 114 [ d ])
(const_int -942519458 [0xffffffffc7d24b5e])) -1
(nil))
In both versions, the constant is simply assigned, thus I updated the
expected RTL accordingly.
gcc/testsuite/ChangeLog:
* gcc.target/arm/reg_equal_test.c: Update expected RTL.
Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
---
gcc/testsuite/gcc.target/arm/reg_equal_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -12,4 +12,4 @@ x ()
return;
}
-/* { dg-final { scan-rtl-dump "expr_list:REG_EQUAL \\(const_int -942519458" "expand" } } */
+/* { dg-final { scan-rtl-dump "\\(const_int -942519458" "expand" } } */