summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/phys_subreg_coalesce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/phys_subreg_coalesce.ll')
-rw-r--r--test/CodeGen/X86/phys_subreg_coalesce.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/X86/phys_subreg_coalesce.ll b/test/CodeGen/X86/phys_subreg_coalesce.ll
index 2c855ce8da..8b2f61e1e2 100644
--- a/test/CodeGen/X86/phys_subreg_coalesce.ll
+++ b/test/CodeGen/X86/phys_subreg_coalesce.ll
@@ -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 }