mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-16 01:25:07 +01:00
add support for - input
This commit is contained in:
parent
d0be270de2
commit
2b39ddebb2
8 changed files with 50 additions and 27 deletions
|
|
@ -1,8 +1,7 @@
|
|||
use rustc_hash::FxHashSet;
|
||||
|
||||
use crate::ir::visit::Visitor;
|
||||
|
||||
use super::{BbIdx, Branch, Func, Location, Operand};
|
||||
use crate::ir::visit::Visitor;
|
||||
|
||||
pub fn traverse_postorder<'a>(func: &'a Func<'_>) -> Vec<BbIdx> {
|
||||
// the final traversial, backwards.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue