improved CHECK
authorSanjay Patel <spatel@rotateright.com>
Wed, 4 Feb 2015 00:24:06 +0000 (00:24 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 4 Feb 2015 00:24:06 +0000 (00:24 +0000)
llvm-svn: 228086

llvm/test/CodeGen/X86/sse-unaligned-mem-feature.ll

index 15f91ee..bb55829 100644 (file)
@@ -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
 }