diff --git a/lib/Target/X86/X86InstrSSE.td b/lib/Target/X86/X86InstrSSE.td index 6deb3b1c49c..7c389bedeab 100644 --- a/lib/Target/X86/X86InstrSSE.td +++ b/lib/Target/X86/X86InstrSSE.td @@ -2986,7 +2986,7 @@ multiclass sse1_fp_unop_s_avx opc, string OpcodeStr> { def SSr : SSI; - let mayLoad = 1 in + let mayLoad = 1 in { def SSm : SSI; @@ -2994,6 +2994,7 @@ multiclass sse1_fp_unop_s_avx opc, string OpcodeStr> { (ins VR128:$src1, ssmem:$src2), !strconcat(OpcodeStr, "ss\t{$src2, $src1, $dst|$dst, $src1, $src2}"), []>; + } } /// sse1_fp_unop_p - SSE1 unops in packed form.