disable optimizations
This commit is contained in:
parent
3302e31534
commit
d6fb05a233
3 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue