Give the assembler some input.

llvm-svn: 32903
This commit is contained in:
Reid Spencer 2007-01-05 16:45:06 +00:00
parent 8c7094a770
commit edd3ad549a
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
; RUN: llvm-as | llc -march=x86 -mattr=+sse2 &&
; RUN: llvm-as | llc -march=x86 -mattr=+sse2 | grep pslldq | wc -l | grep 1 &&
; RUN: llvm-as | llc -march=x86 -mattr=+sse2 | not getp test
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 &&
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | \
; RUN: grep pslldq | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not getp test
define float %test1(float %a, float %b) {
%tmp = tail call float %copysignf( float %b, float %a )