Made sure that all files end in vim magic.
authorDavid Given <dg@cowlark.com>
Wed, 5 Oct 2016 19:07:29 +0000 (21:07 +0200)
committerDavid Given <dg@cowlark.com>
Wed, 5 Oct 2016 19:07:29 +0000 (21:07 +0200)
mach/proto/mcg/basicblock.h
mach/proto/mcg/hop.c
mach/proto/mcg/hop.h
mach/proto/mcg/ir.h
mach/proto/mcg/mcgg_generated_footer.h
mach/proto/mcg/mcgg_generated_header.h
mach/proto/mcg/registerallocator.c [new file with mode: 0644]
mach/proto/mcg/symbol.c
mach/proto/mcg/table

index 7fb654a..7935c9e 100644 (file)
@@ -25,3 +25,5 @@ extern void bb_alias(struct basicblock* block, const char* name);
 
 #endif
 
+/* vim: set sw=4 ts=4 expandtab : */
+
index e4552e0..a11b997 100644 (file)
@@ -106,3 +106,5 @@ void hop_print(char k, struct hop* hop)
                tracef(k, "\n", k);
 }
 
+/* vim: set sw=4 ts=4 expandtab : */
+
index 3e2f9d6..d802ed0 100644 (file)
@@ -28,6 +28,7 @@ struct hop
        struct ir* ir;
        ARRAYOF(struct insel) insels;
        struct vreg* output;
+       PMAPOF(struct vreg, struct hreg) registers;
 };
 
 extern struct hop* new_hop(int insn_no, struct ir* ir);
@@ -41,3 +42,5 @@ extern void hop_print(char k, struct hop* hop);
 
 #endif
 
+/* vim: set sw=4 ts=4 expandtab : */
+
index a7920b5..a12b964 100644 (file)
@@ -46,3 +46,4 @@ extern void ir_print(char k, const struct ir* ir);
 
 #endif
 
+/* vim: set sw=4 ts=4 expandtab : */
index 11b4020..6de0c52 100644 (file)
@@ -51,3 +51,5 @@ int main(void) {
 }
 #endif
 
+/* vim: set sw=4 ts=4 expandtab : */
+
index f190a98..8ca4c4b 100644 (file)
@@ -8,3 +8,5 @@
 
 extern void burm_panic_cannot_match(NODEPTR_TYPE node);
 
+/* vim: set sw=4 ts=4 expandtab : */
+
diff --git a/mach/proto/mcg/registerallocator.c b/mach/proto/mcg/registerallocator.c
new file mode 100644 (file)
index 0000000..84db0ea
--- /dev/null
@@ -0,0 +1,2 @@
+/* vim: set sw=4 ts=4 expandtab : */
+
index 6012b91..26e01e0 100644 (file)
@@ -58,3 +58,5 @@ struct symbol* symbol_walk(symbol_walker_t* cb, void* user)
        return NULL;
 }
 
+/* vim: set sw=4 ts=4 expandtab : */
+
index 8ff3b24..8ab4a4d 100644 (file)
@@ -256,3 +256,5 @@ PATTERNS
                emit "fadds %reg, %left, %right"
                cost 4;
 
+/* vim: set sw=4 ts=4 expandtab : */
+