comparison gcc/gcse-common.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Shared code for before and after reload gcse implementations. 1 /* Shared code for before and after reload gcse implementations.
2 Copyright (C) 1997-2018 Free Software Foundation, Inc. 2 Copyright (C) 1997-2020 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
87 else 87 else
88 { 88 {
89 struct gcse_note_stores_info data; 89 struct gcse_note_stores_info data;
90 data.insn = insn; 90 data.insn = insn;
91 data.canon_mem_list = canon_modify_mem_list; 91 data.canon_mem_list = canon_modify_mem_list;
92 note_stores (PATTERN (insn), canon_list_insert, (void*) &data); 92 note_stores (insn, canon_list_insert, (void*) &data);
93 } 93 }
94 } 94 }
95 95
96 96
97 /* For each block, compute whether X is transparent. X is either an 97 /* For each block, compute whether X is transparent. X is either an