about summary refs log tree commit diff
path: root/tests/codegen
diff options
context:
space:
mode:
authorOli Scherer <github333195615777966@oli-obk.de>2025-01-10 11:28:20 +0000
committerOli Scherer <github333195615777966@oli-obk.de>2025-01-21 08:22:15 +0000
commit8876cf7181556a0820e8ea6e40dad309a1063139 (patch)
tree6cbc8f207c135fb0540aa50ac58f3ff93e200955 /tests/codegen
parentb605c65b6eb5fa71783f8e26df69975f9f1680ee (diff)
downloadrust-8876cf7181556a0820e8ea6e40dad309a1063139.tar.gz
rust-8876cf7181556a0820e8ea6e40dad309a1063139.zip
Also generate undef scalars and scalar pairs
Diffstat (limited to 'tests/codegen')
-rw-r--r--tests/codegen/overaligned-constant.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/codegen/overaligned-constant.rs b/tests/codegen/overaligned-constant.rs
index 7cd8d19c211..e5540aca387 100644
--- a/tests/codegen/overaligned-constant.rs
+++ b/tests/codegen/overaligned-constant.rs
@@ -17,8 +17,6 @@ pub fn overaligned_constant() {
     // CHECK-LABEL: @overaligned_constant
     // CHECK: [[full:%_.*]] = alloca [32 x i8], align 8
     // CHECK: call void @llvm.memcpy.p0.p0.i64(ptr align 8 [[full]], ptr align 8 @0, i64 32, i1 false)
-    // CHECK: %b.0 = load i32, ptr @0, align 4
-    // CHECK: %b.1 = load i32, ptr getelementptr inbounds ({{.*}}), align 4
     let mut s = S(1);
 
     s.0 = 3;