summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_cast-1.ll
diff options
context:
space:
mode:
authorMon P Wang <wangmp@apple.com>2009-10-16 22:09:05 +0000
committerMon P Wang <wangmp@apple.com>2009-10-16 22:09:05 +0000
commit362b8f2786a366dac46d6d5bbfb290f2c0067740 (patch)
tree59d93654b54f38260e123a06697c2c88b23e4c52 /test/CodeGen/X86/widen_cast-1.ll
parent70bf40d02ee01448be30f6f73ec108af2fb73b61 (diff)
downloadllvm-362b8f2786a366dac46d6d5bbfb290f2c0067740.tar.gz
llvm-362b8f2786a366dac46d6d5bbfb290f2c0067740.tar.bz2
llvm-362b8f2786a366dac46d6d5bbfb290f2c0067740.tar.xz
Update tests to use FileCheck
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/widen_cast-1.ll')
-rw-r--r--test/CodeGen/X86/widen_cast-1.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/widen_cast-1.ll b/test/CodeGen/X86/widen_cast-1.ll
index 441a360486..d4ab174ae9 100644
--- a/test/CodeGen/X86/widen_cast-1.ll
+++ b/test/CodeGen/X86/widen_cast-1.ll
@@ -1,7 +1,7 @@
-; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx -o %t
-; RUN: grep paddw %t | count 1
-; RUN: grep movd %t | count 1
-; RUN: grep pextrd %t | count 1
+; RUN: llc -march=x86 -mattr=+sse42 < %s -disable-mmx | FileCheck %s
+; CHECK: paddw
+; CHECK: pextrd
+; CHECK: movd
; bitcast a v4i16 to v2i32