mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Update skeleton
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::opt::FunctionPass;
|
||||
use crate::*;
|
||||
|
||||
pub type Gvn = FunctionPass<Repeat<GvnInner>>;
|
||||
pub type Gvn = FunctionPass<GvnInner>;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct GvnInner {}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
//! Utilities for implementing optimizations.
|
||||
//!
|
||||
//! You can add here utilities commonly used in the implementation of multiple optimizations.
|
||||
|
||||
Reference in New Issue
Block a user