Skip to content

Commit

Permalink
[FIX] fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cr0a3 committed Sep 14, 2024
1 parent 9d0fb8c commit 5893b3c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/IR/nodes/br.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ impl BuildBr<&Block> for IRBuilder<'_> {
pub trait BuildBrCond<T, U, Z> {
/// Builds a br condition node
///
/// ```no_run
/// br condition iftrue, iffalse
/// ```
///
/// Jumps to iftrue if the value is not 0 else to iffalse
fn BuildBr(&mut self, val: T, iftrue: U, iffalse: Z);
}
Expand Down

0 comments on commit 5893b3c

Please sign in to comment.