summaryrefslogtreecommitdiff
path: root/test/Bitcode/sse2_movl_dq.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Bitcode/sse2_movl_dq.ll')
-rw-r--r--test/Bitcode/sse2_movl_dq.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Bitcode/sse2_movl_dq.ll b/test/Bitcode/sse2_movl_dq.ll
index 093d8213ed..7629e2ed71 100644
--- a/test/Bitcode/sse2_movl_dq.ll
+++ b/test/Bitcode/sse2_movl_dq.ll
@@ -1,2 +1,3 @@
-; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.movl.dq}
-; RUN: llvm-dis < %s.bc | grep shufflevector
+; RUN: llvm-dis < %s.bc | FileCheck %s
+; CHECK-NOT: {i32 @llvm\\.movl.dq}
+; CHECK: shufflevector \ No newline at end of file