Remove unused variable (reduce memory usage by 1/10).
authorDavid Given <dg@cowlark.com>
Tue, 4 Oct 2016 20:35:08 +0000 (22:35 +0200)
committerDavid Given <dg@cowlark.com>
Tue, 4 Oct 2016 20:35:08 +0000 (22:35 +0200)
mach/proto/mcg/ir.h

index ea84e1a..a7920b5 100644 (file)
@@ -21,7 +21,6 @@ struct ir
        } u;
 
        struct vreg* result;     /* vreg containing IR result */
-       IMAPOF(struct hop) hops; /* only for root IRs; by goal */
 };
 
 extern const char* ir_names[];