mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Update skeleton
This commit is contained in:
@@ -83,3 +83,12 @@ fn test_examples_mem2reg() {
|
||||
&mut Mem2reg::default(),
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_examples_gvn() {
|
||||
test_opt(
|
||||
&Path::new("examples/gvn/gvn.input.ir"),
|
||||
&Path::new("examples/gvn/gvn.output.ir"),
|
||||
&mut Gvn::default(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user