comment tests that fail for llvm

This commit is contained in:
Folkert 2020-03-17 00:33:36 +01:00
parent ab332a37c3
commit c20f777dba
6 changed files with 40 additions and 43 deletions

View file

@ -646,8 +646,6 @@ pub fn optimize_when<'a>(
let decider = tree_to_decider(decision_tree);
let target_counts = count_targets(&decider);
dbg!(&target_counts);
let mut choices = MutMap::default();
let mut jumps = Vec::new();

View file

@ -372,6 +372,7 @@ fn pattern_to_when<'a>(
}
}
#[allow(clippy::cognitive_complexity)]
fn from_can<'a>(
env: &mut Env<'a, '_>,
can_expr: roc_can::expr::Expr,