summaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-03-08 22:28:34 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-03-08 22:28:34 +0000
commit3ab3f291357c4888e87503d2d8db92c7f7b76329 (patch)
tree8b68ee2231863b42c5066e410d6ac11a31e3cbd5 /gcc/rtl.def
parentae1feaff4aca0a818e02cab90f1af85b4323a821 (diff)
downloadgcc-3ab3f291357c4888e87503d2d8db92c7f7b76329.tar.gz
(INLINE_HEADER): Add new "e" field.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9134 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index 686ad21cb23..af4297704d8 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -1,7 +1,7 @@
/* This file contains the definitions and documentation for the
Register Transfer Expressions (rtx's) that make up the
Register Transfer Language (rtl) used in the Back End of the GNU compiler.
- Copyright (C) 1987, 1988, 1992, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1994, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -384,7 +384,7 @@ DEF_RTL_EXPR(NOTE, "note", "iuusn", 'x')
it contains helps to build the mapping function between the rtx's of
the function to be inlined and the current function being expanded. */
-DEF_RTL_EXPR(INLINE_HEADER, "inline_header", "iuuuiiiiiieiiEe", 'x')
+DEF_RTL_EXPR(INLINE_HEADER, "inline_header", "iuuuiiiiiieeiiEe", 'x')
/* ----------------------------------------------------------------------
Top level constituents of INSN, JUMP_INSN and CALL_INSN.