1
Fork 0

Fix test expectations for 32bit x86

This commit is contained in:
bjorn3 2024-10-17 09:43:21 +00:00
parent 8ed77fd29e
commit cc7044b080
4 changed files with 12 additions and 16 deletions

View file

@ -48,7 +48,7 @@ pub enum Enum1 {
C(u64),
}
// bit32: void @enum1_value({{.*}} sret([16 x i8]) {{[^,]*}}, [[ENUM1_TYP:i[0-9]+]]
// bit32: void @enum1_value({{.*}} sret({{[^,]*}}) {{[^,]*}}, [[ENUM1_TYP:i[0-9]+]]
// bit64: { [[ENUM1_TYP:i[0-9]+]], i64 } @enum1_value([[ENUM1_TYP]]
// CHECK-SAME: noundef range([[ENUM1_TYP]] 0, 3) %x.0, i64 noundef %x.1)
#[no_mangle]