diff options
| author | Erik Desjardins <erikdesjardins@users.noreply.github.com> | 2024-02-25 00:43:03 -0500 |
|---|---|---|
| committer | Erik Desjardins <erikdesjardins@users.noreply.github.com> | 2024-03-05 18:54:45 -0500 |
| commit | 96a72676d1134f58c378b0b8003922b09b9f1e5f (patch) | |
| tree | f78c6972555bd2bd116ec9d1941b7798da8c3d90 /tests/codegen/align-enum.rs | |
| parent | 3c029725f5a198f4ccb1332bece98c2b50dbce01 (diff) | |
| download | rust-96a72676d1134f58c378b0b8003922b09b9f1e5f.tar.gz rust-96a72676d1134f58c378b0b8003922b09b9f1e5f.zip | |
use [N x i8] for byval/sret types
This avoids depending on LLVM's struct types to determine the size of the byval/sret slot.
Diffstat (limited to 'tests/codegen/align-enum.rs')
| -rw-r--r-- | tests/codegen/align-enum.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/align-enum.rs b/tests/codegen/align-enum.rs index 17bf2cf7256..b40168d77a4 100644 --- a/tests/codegen/align-enum.rs +++ b/tests/codegen/align-enum.rs @@ -8,7 +8,6 @@ pub enum Align64 { A(u32), B(u32), } -// CHECK: %Align64 = type { i32, [15 x i32] } pub struct Nested64 { a: u8, |
