Commit a8b74f42 by Richard Kenner

(dconst[012], dconstm1): Remove redundant definition.

From-SVN: r5603
parent 56e2d435
...@@ -39,12 +39,6 @@ extern void free (); ...@@ -39,12 +39,6 @@ extern void free ();
extern struct obstack *rtl_obstack; extern struct obstack *rtl_obstack;
REAL_VALUE_TYPE dconst0;
REAL_VALUE_TYPE dconst1;
REAL_VALUE_TYPE dconst2;
REAL_VALUE_TYPE dconstm1;
/* Indexed by mode class, gives the narrowest mode for each class. */ /* Indexed by mode class, gives the narrowest mode for each class. */
enum machine_mode class_narrowest_mode[(int) MAX_MODE_CLASS]; enum machine_mode class_narrowest_mode[(int) MAX_MODE_CLASS];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment