Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
mir-opt
/
pre-codegen
/
matchbr.match1.PreCodegen.after.mir
blob: 3a202728ea913f783387d3e7fc4f825db3330ea9 [
file
] [
log
] [
blame
]
// MIR for `match1` after PreCodegen
fn match1
(
_1
:
bool
,
_2
:
i32
,
_3
:
i32
)
->
i32
{
debug c
=>
_1
;
debug v1
=>
_2
;
debug v2
=>
_3
;
let
mut _0
:
i32
;
bb0
:
{
_0
=
Sub
(
copy _2
,
copy _3
);
return
;
}
}