Fix noalias box test
This commit is contained in:
parent
f71741bac4
commit
74dd3cb159
@ -3,6 +3,6 @@
|
|||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
// CHECK-LABEL: @box_should_not_have_noalias_if_disabled(
|
// CHECK-LABEL: @box_should_not_have_noalias_if_disabled(
|
||||||
// CHECK-NOT: noalias
|
// CHECK-NOT: noalias{{.*}}%
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub fn box_should_not_have_noalias_if_disabled(_b: Box<u8>) {}
|
pub fn box_should_not_have_noalias_if_disabled(_b: Box<u8>) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user