diff options
author | Mon P Wang <wangmp@apple.com> | 2009-10-16 22:09:05 +0000 |
---|---|---|
committer | Mon P Wang <wangmp@apple.com> | 2009-10-16 22:09:05 +0000 |
commit | 1a015acf698029e9414da408eded5910a56b9715 (patch) | |
tree | 4d4265ae02316b8d12e00eb3fbc10c12809b40e9 /llvm/test/CodeGen/X86/widen_conv-4.ll | |
parent | b06ec054fc5503724a321e0c7ac894f42e38f2ce (diff) | |
download | bcm5719-llvm-1a015acf698029e9414da408eded5910a56b9715.tar.gz bcm5719-llvm-1a015acf698029e9414da408eded5910a56b9715.zip |
Update tests to use FileCheck
llvm-svn: 84282
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_conv-4.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/widen_conv-4.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/widen_conv-4.ll b/llvm/test/CodeGen/X86/widen_conv-4.ll index 61a26a8b80b..e505b62a3db 100644 --- a/llvm/test/CodeGen/X86/widen_conv-4.ll +++ b/llvm/test/CodeGen/X86/widen_conv-4.ll @@ -1,4 +1,5 @@ -; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx -o %t +; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx | FileCheck %s +; CHECK: cvtsi2ss ; unsigned to float v7i16 to v7f32 |