]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix minor nit from being a mainline patch into the release branch.
authorJeff Law <law@gcc.gnu.org>
Mon, 9 Feb 1998 00:56:08 +0000 (17:56 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 9 Feb 1998 00:56:08 +0000 (17:56 -0700)
From-SVN: r17797

gcc/toplev.c

index f612a532883afee15dd75d2d27e0b6f6f9952f37..2f79a28911c28a71470a856ea184a3680fae213a 100644 (file)
@@ -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;
        }