[x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.
[oota-llvm.git] / test / CodeGen / X86 / phys_subreg_coalesce.ll
index 2c855ce8da6375b5c4bd328cca500caf585ea478..8b2f61e1e2d260e1c57ac829e2012b5b293ac098 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin9 -mattr=+sse2 | not grep movl
+; RUN: llc < %s -mtriple=x86_64-apple-darwin9 -mattr=+sse2 | FileCheck %s
+
+; CHECK-NOT: movl
 
        %struct.dpoint = type { double, double }