diff options
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r-- | gcc/rtl.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def index d85fb1431fb..6c887bce15c 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -73,6 +73,11 @@ DEF_RTL_EXPR(UNKNOWN, "UnKnown", "*", 'x') DEF_RTL_EXPR(NIL, "nil", "*", 'x') + +/* include a file */ + +DEF_RTL_EXPR(INCLUDE, "include", "s", 'x') + /* --------------------------------------------------------------------- Expressions used in constructing lists. --------------------------------------------------------------------- */ |