mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 15:08:52 +00:00
Fix hw1 fuzzer again
This commit is contained in:
16
bin/fuzz.rs
16
bin/fuzz.rs
@@ -27,4 +27,20 @@ fn main() {
|
||||
if matches.is_present("irgen") {
|
||||
kecc::test_irgen(&unit, Path::new(&input));
|
||||
}
|
||||
|
||||
if matches.is_present("simplify-cfg") {
|
||||
todo!("test simplify-cfg");
|
||||
}
|
||||
|
||||
if matches.is_present("mem2erg") {
|
||||
todo!("test mem2reg");
|
||||
}
|
||||
|
||||
if matches.is_present("deadcode") {
|
||||
todo!("test deadcode");
|
||||
}
|
||||
|
||||
if matches.is_present("gvn") {
|
||||
todo!("test gvn");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user