diff options
| author | Erik Desjardins <erikdesjardins@users.noreply.github.com> | 2024-02-23 23:23:35 -0500 |
|---|---|---|
| committer | Erik Desjardins <erikdesjardins@users.noreply.github.com> | 2024-02-26 22:28:09 -0500 |
| commit | 123015e7224fda0e9600962aa23202ac322271bc (patch) | |
| tree | a5df56c558e7f196c326824fb7e4e7f7f59006a3 /tests/codegen/align-struct.rs | |
| parent | 71ffdf7ff7ac6df5f9f64de7e780b8345797e8a0 (diff) | |
| download | rust-123015e7224fda0e9600962aa23202ac322271bc.tar.gz rust-123015e7224fda0e9600962aa23202ac322271bc.zip | |
always use gep inbounds i8 (ptradd) for field offsets
Diffstat (limited to 'tests/codegen/align-struct.rs')
| -rw-r--r-- | tests/codegen/align-struct.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/align-struct.rs b/tests/codegen/align-struct.rs index 34475a3852b..31859152830 100644 --- a/tests/codegen/align-struct.rs +++ b/tests/codegen/align-struct.rs @@ -26,7 +26,6 @@ pub enum Enum64 { B(i32), } // CHECK: %Enum64 = type { i32, [31 x i32] } -// CHECK: %"Enum64::A" = type { [8 x i64], %Align64 } // CHECK-LABEL: @align64 #[no_mangle] |
