Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
codegen-llvm
/
intrinsics
/
cold_path.rs
blob: fd75324b671e2b1617facbd0dacb33791804b000 [
file
] [
log
] [
blame
]
//@ compile-flags: -Copt-level=3
#![
crate_type
=
"lib"
]
#![
feature
(
core_intrinsics
)]
use
std
::
intrinsics
::
cold_path
;
#[
no_mangle
]
pub
fn
test_cold_path
(
x
:
bool
)
{
cold_path
();
}
// CHECK-LABEL: @test_cold_path(
// CHECK-NOT: cold_path