diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-10-13 11:16:59 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-10-13 11:16:59 -0700 |
commit | b716816135585e05fc584544ff1c5be5e4540491 (patch) | |
tree | 76ce28fc8163700b9556a849f350c5473ffe4776 | |
parent | 704dabc7324294dc34a122fb86dfaf12d88354c2 (diff) | |
download | gcc-b716816135585e05fc584544ff1c5be5e4540491.zip gcc-b716816135585e05fc584544ff1c5be5e4540491.tar.gz gcc-b716816135585e05fc584544ff1c5be5e4540491.tar.bz2 |
(OVERRIDE_OPTIONS): Enable function inlining.
From-SVN: r2432
-rw-r--r-- | gcc/config/i960/i960.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index c15e535..6033078 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -293,12 +293,6 @@ extern int target_flags; flag_signed_char = 1; \ target_flags |= TARGET_FLAG_CLEAN_LINKAGE; \ } \ - /* ??? Function inlining is not supported, because the i960 \ - calling convention requires the caller to manage the arg \ - pointer in a wierd fashion. This is ordinarily done by \ - expand_call, but this is never called when inlining \ - functions, and no replacement for it exists. */ \ - flag_no_inline = 1; \ i960_initialize (); \ } |