disable optimizations

This commit is contained in:
Quentin Carbonneaux 2015-11-27 11:32:38 -05:00
parent 3302e31534
commit d6fb05a233
3 changed files with 7 additions and 1 deletions

View file

@ -166,6 +166,8 @@ fillrpo(Fn *f)
}
}
#if 0
/* for dominators computation, read
* "A Simple, Fast Dominance Algorithm"
* by K. Cooper, T. Harvey, and K. Kennedy.
@ -507,3 +509,5 @@ ssa(Fn *fn)
printfn(fn, stderr);
}
}
#endif