1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00

Fix this test to not depend on the assembly output containing something

that includes the string "st". This probably fixes the regression on
Darwin.

llvm-svn: 42932
This commit is contained in:
Dan Gohman 2007-10-12 20:42:14 +00:00
parent f65c028dad
commit c96f2809ca

View File

@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel -mcpu=i486 | \
; RUN: grep -i ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
; RUN: grep {fadd\\|fsub\\|fdiv\\|fmul} | not grep -i ST
; Test that the load of the constant is folded into the operation.