diff --git a/test/CodeGen/X86/extractps.ll b/test/CodeGen/X86/extractps.ll index eb043f3b431..0c20cb36949 100644 --- a/test/CodeGen/X86/extractps.ll +++ b/test/CodeGen/X86/extractps.ll @@ -1,4 +1,7 @@ -; RUN: llvm-as < %s | llc -mcpu=penryn | grep mov | count 1 +; RUN: llvm-as < %s | llc -mcpu=penryn > %t +; not grep movd %t +; not grep movss %t +; grep {extractps \\$0, %xmm0, } %t ; PR2647 external global float, align 16 ; :0 [#uses=2]