We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee088b7 commit 9367477Copy full SHA for 9367477
tests/codegen/union-abi.rs
@@ -54,7 +54,7 @@ pub fn test_UnionF32F32(_: UnionF32F32) -> UnionF32F32 { loop {} }
54
55
pub union UnionF32U32{a:f32, b:u32}
56
57
-// CHECK: define noundef {{(dso_local )?}}i32 @test_UnionF32U32(i32 noundef{{( %0)?}})
+// CHECK: define {{(dso_local )?}}i32 @test_UnionF32U32(i32{{( %0)?}})
58
#[no_mangle]
59
pub fn test_UnionF32U32(_: UnionF32U32) -> UnionF32U32 { loop {} }
60
0 commit comments