From: Jeff Law Date: Mon, 9 Feb 1998 00:56:08 +0000 (-0700) Subject: Fix minor nit from being a mainline patch into the release branch. X-Git-Tag: prereleases/egcs-1.0.2-prerelease~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d1a05bc7403392dac0053a40b66562d298f494;p=thirdparty%2Fgcc.git Fix minor nit from being a mainline patch into the release branch. From-SVN: r17797 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index f612a532883a..2f79a28911c2 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -3111,7 +3111,7 @@ rest_of_compilation (decl) } #endif TIMEVAR (integration_time, save_for_inline_nocopy (decl)); - RTX_INTEGRATED_P (DECL_SAVED_INSNS (decl)) = inlinable; + RTX_INTEGRATED_P (DECL_SAVED_INSNS (decl)) = inlineable; goto exit_rest_of_compilation; }