Warning fix.
authorDavid Given <dg@cowlark.com>
Sun, 18 Dec 2016 19:20:42 +0000 (20:20 +0100)
committerDavid Given <dg@cowlark.com>
Sun, 18 Dec 2016 19:20:42 +0000 (20:20 +0100)
mach/proto/mcg/mcg.h

index 7cb30ea..96e9d6e 100644 (file)
 #include "diagnostics.h"
 #include "astring.h"
 #include "ir.h"
-#include "mcgg.h"
 #include "reg.h"
 #include "hop.h"
 #include "basicblock.h"
 #include "procedure.h"
 #include "graph.h"
 #include "tables.h"
+#include "mcgg.h"
 #include "hashtable.h"
 #include "set.h"
 #include "bigraph.h"
@@ -108,6 +108,7 @@ extern void tb_fileend(void);
 extern void tb_procedure(void);
 extern void tb_regvar(struct procedure* proc, arith offset, int size, int type, int priority);
 
+extern void pass_convert_inputs_to_phis(void);
 extern void pass_convert_locals_to_ssa(void);
 extern void pass_convert_nonlocal_phis(void);
 extern void pass_convert_stack_ops(void);