Skip to content

Commit

Permalink
Remove unreachable intrinsic
Browse files Browse the repository at this point in the history
  • Loading branch information
canova committed Jul 18, 2020
1 parent 515287f commit d1aee69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shims/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
let (dest, ret) = match ret {
None => match intrinsic_name {
"miri_start_panic" => return this.handle_miri_start_panic(args, unwind),
"unreachable" => throw_ub!(Unreachable),
_ => throw_unsup_format!("unimplemented (diverging) intrinsic: {}", intrinsic_name),
},
Some(p) => p,
Expand Down

0 comments on commit d1aee69

Please sign in to comment.