• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for OS216


Commit MetaInfo

Revisión75f71db751a8ffb3619cfa8f24013e3a8ce8d506 (tree)
Tiempo1998-03-11 22:23:35
AutorJeffrey A Law <law@cygn...>
CommiterJeff Law

Log Message

rtlanal.c (optimize): Declare.


* rtlanal.c (optimize): Declare.

From-SVN: r18484

Cambiar Resumen

Diferencia incremental

--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
1+Wed Mar 11 14:26:52 1998 Jeffrey A Law (law@cygnus.com)
2+
3+ * rtlanal.c (optimize): Declare.
4+
15 Sun Mar 8 11:16:23 1998 Jeffrey A Law (law@cygnus.com)
26
37 * emit-rtl.c (gen_lowpart_common): Handle more case where converting
--- a/gcc/rtlanal.c
+++ b/gcc/rtlanal.c
@@ -1,5 +1,5 @@
11 /* Analyze RTL for C-Compiler
2- Copyright (C) 1987, 88, 9-5, 1996 Free Software Foundation, Inc.
2+ Copyright (C) 1987, 88, 9-6, 1998 Free Software Foundation, Inc.
33
44 This file is part of GNU CC.
55
@@ -22,6 +22,8 @@ Boston, MA 02111-1307, USA. */
2222 #include "config.h"
2323 #include "rtl.h"
2424
25+extern int optimize;
26+
2527 void note_stores ();
2628 int reg_set_p ();
2729