Made sure that all files end in vim magic.
This commit is contained in:
parent
92502901a7
commit
7a6fc7a72b
|
@ -25,3 +25,5 @@ extern void bb_alias(struct basicblock* block, const char* name);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* vim: set sw=4 ts=4 expandtab : */
|
||||||
|
|
||||||
|
|
|
@ -106,3 +106,5 @@ void hop_print(char k, struct hop* hop)
|
||||||
tracef(k, "\n", k);
|
tracef(k, "\n", k);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* vim: set sw=4 ts=4 expandtab : */
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@ struct hop
|
||||||
struct ir* ir;
|
struct ir* ir;
|
||||||
ARRAYOF(struct insel) insels;
|
ARRAYOF(struct insel) insels;
|
||||||
struct vreg* output;
|
struct vreg* output;
|
||||||
|
PMAPOF(struct vreg, struct hreg) registers;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct hop* new_hop(int insn_no, struct ir* ir);
|
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
|
#endif
|
||||||
|
|
||||||
|
/* vim: set sw=4 ts=4 expandtab : */
|
||||||
|
|
||||||
|
|
|
@ -46,3 +46,4 @@ extern void ir_print(char k, const struct ir* ir);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* vim: set sw=4 ts=4 expandtab : */
|
||||||
|
|
|
@ -51,3 +51,5 @@ int main(void) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* vim: set sw=4 ts=4 expandtab : */
|
||||||
|
|
||||||
|
|
|
@ -8,3 +8,5 @@
|
||||||
|
|
||||||
extern void burm_panic_cannot_match(NODEPTR_TYPE node);
|
extern void burm_panic_cannot_match(NODEPTR_TYPE node);
|
||||||
|
|
||||||
|
/* vim: set sw=4 ts=4 expandtab : */
|
||||||
|
|
||||||
|
|
2
mach/proto/mcg/registerallocator.c
Normal file
2
mach/proto/mcg/registerallocator.c
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/* vim: set sw=4 ts=4 expandtab : */
|
||||||
|
|
|
@ -58,3 +58,5 @@ struct symbol* symbol_walk(symbol_walker_t* cb, void* user)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* vim: set sw=4 ts=4 expandtab : */
|
||||||
|
|
||||||
|
|
|
@ -256,3 +256,5 @@ PATTERNS
|
||||||
emit "fadds %reg, %left, %right"
|
emit "fadds %reg, %left, %right"
|
||||||
cost 4;
|
cost 4;
|
||||||
|
|
||||||
|
/* vim: set sw=4 ts=4 expandtab : */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue