From: Sanjay Patel Date: Wed, 4 Feb 2015 00:24:06 +0000 (+0000) Subject: improved CHECK X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f1ac92a3b92158bee490e0c3386cb610aa05acc8;p=oota-llvm.git improved CHECK git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228086 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 }