diff options
Diffstat (limited to 'tests/codegen/to_vec.rs')
| -rw-r--r-- | tests/codegen/to_vec.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/codegen/to_vec.rs b/tests/codegen/to_vec.rs deleted file mode 100644 index 4f6e77188d8..00000000000 --- a/tests/codegen/to_vec.rs +++ /dev/null @@ -1,10 +0,0 @@ -//@ compile-flags: -Copt-level=3 - -#![crate_type = "lib"] - -// CHECK-LABEL: @copy_to_vec -#[no_mangle] -fn copy_to_vec(s: &[u64]) -> Vec<u64> { - s.to_vec() - // CHECK: call void @llvm.memcpy -} |
