diff --git a/test/CodeGen/X86/sse-unaligned-mem-feature.ll b/test/CodeGen/X86/sse-unaligned-mem-feature.ll index 15f91ee04ea..bb558291d19 100644 --- a/test/CodeGen/X86/sse-unaligned-mem-feature.ll +++ b/test/CodeGen/X86/sse-unaligned-mem-feature.ll @@ -9,5 +9,5 @@ define <4 x float> @foo(<4 x float>* %P, <4 x float> %In) nounwind { ret <4 x float> %B ; CHECK-LABEL: @foo -; CHECK: addps ( +; CHECK: addps (%eax), %xmm0 }