Skip to content

Commit

Permalink
mark gamma as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Jan 31, 2024
1 parent 74a4802 commit 62517f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/rvsdg/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ impl RvsdgTest {
res
}

fn gamma(&mut self, pred: Operand, inputs: &[Operand], outputs: &[&[Operand]]) -> Id {
/// TODO: write a test that
/// translates to a gamma.
/// Blocked on issue #307
fn _gamma(&mut self, pred: Operand, inputs: &[Operand], outputs: &[&[Operand]]) -> Id {
let res = self.nodes.len();
self.nodes.push(RvsdgBody::Gamma {
pred,
Expand Down

0 comments on commit 62517f9

Please sign in to comment.