Fix noalias box test
This commit is contained in:
parent
f71741bac4
commit
74dd3cb159
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
#![crate_type = "lib"]
|
||||
|
||||
// CHECK-LABEL: @box_should_not_have_noalias_if_disabled(
|
||||
// CHECK-NOT: noalias
|
||||
// CHECK-NOT: noalias{{.*}}%
|
||||
#[no_mangle]
|
||||
pub fn box_should_not_have_noalias_if_disabled(_b: Box<u8>) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue