comparison gcc/insn-notes.def @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
1 /* Insn note definitions. 1 /* Insn note definitions.
2 Copyright (C) 2004-2017 Free Software Foundation, Inc. 2 Copyright (C) 2004-2018 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
63 INSN_NOTE (EH_REGION_END) 63 INSN_NOTE (EH_REGION_END)
64 64
65 /* The location of a variable. */ 65 /* The location of a variable. */
66 INSN_NOTE (VAR_LOCATION) 66 INSN_NOTE (VAR_LOCATION)
67 67
68 /* The values passed to callee. */ 68 /* The beginning of a statement. */
69 INSN_NOTE (CALL_ARG_LOCATION) 69 INSN_NOTE (BEGIN_STMT)
70
71 /* The entry point for an inlined function. Its NOTE_BLOCK references
72 the lexical block whose abstract origin is the inlined function. */
73 INSN_NOTE (INLINE_ENTRY)
70 74
71 /* Record the struct for the following basic block. Uses 75 /* Record the struct for the following basic block. Uses
72 NOTE_BASIC_BLOCK. FIXME: Redundant with the basic block pointer 76 NOTE_BASIC_BLOCK. FIXME: Redundant with the basic block pointer
73 now included in every insn. NOTE: If there's no CFG anymore, in other words, 77 now included in every insn. NOTE: If there's no CFG anymore, in other words,
74 if BLOCK_FOR_INSN () == NULL, NOTE_BASIC_BLOCK cannot be considered reliable 78 if BLOCK_FOR_INSN () == NULL, NOTE_BASIC_BLOCK cannot be considered reliable