Fix incorrect CHECK-LABEL
This commit is contained in:
parent
3695af697e
commit
137775dd63
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ extern "C-unwind" {
|
|||
}
|
||||
|
||||
pub fn new_from_uninit_unwind() -> Foo {
|
||||
// CHECK-LABEL: new_from_uninit
|
||||
// CHECK-LABEL: new_from_uninit_unwind
|
||||
// CHECK-NOT: call void @llvm.memcpy.
|
||||
let mut x = std::mem::MaybeUninit::uninit();
|
||||
unsafe {
|
||||
|
|
Loading…
Add table
Reference in a new issue