diff options
Diffstat (limited to 'test/CodeGen/X86/avx512vl-nontemporal.ll')
-rw-r--r-- | test/CodeGen/X86/avx512vl-nontemporal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx512vl-nontemporal.ll b/test/CodeGen/X86/avx512vl-nontemporal.ll index 2ad9768..fdafb35 100644 --- a/test/CodeGen/X86/avx512vl-nontemporal.ll +++ b/test/CodeGen/X86/avx512vl-nontemporal.ll @@ -31,4 +31,4 @@ define void @f128(<4 x float> %A, <4 x float> %AA, i8* %B, <2 x double> %C, <2 x store <2 x double> %C2, <2 x double>* %cast2, align 64, !nontemporal !0 ret void } -!0 = metadata !{i32 1} +!0 = !{i32 1} |