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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228086 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 15f91ee04eafec6ecb3f5233a371d7336a08520c..bb558291d1926905669e4da7fa606026d65ded87 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
 }