This commit is contained in:
Zac Pierson
2017-02-20 10:14:52 -06:00
15 changed files with 875 additions and 433 deletions
+5 -4
View File
@@ -2,6 +2,7 @@
extern "C" {
#endif
#include "common.c"
#include "timings.c"
#include "build_settings.c"
@@ -223,10 +224,10 @@ int main(int argc, char **argv) {
return 1;
}
ssa_generate(&checker.info, &build_context);
#endif
#if 1
if (!ssa_generate(&checker.info)) {
return 1;
}
#else
irGen ir_gen = {0};
if (!ir_gen_init(&ir_gen, &checker)) {
return 1;