Now with RUN line.

llvm-svn: 62716
This commit is contained in:
Bill Wendling 2009-01-21 21:28:03 +00:00
parent ba11cd338b
commit 6cf1f8fd5b
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
; ModuleID = '<stdin>'
target triple = "i386-apple-darwin9.5"
; RUN: llvm-as < %s | llc -limit-float-precision=6 -march=x86 | \
; RUN: not grep exp | not grep log | not grep pow
; RUN: llvm-as < %s | llc -limit-float-precision=12 -march=x86 | \
; RUN: not grep exp | not grep log | not grep pow
; RUN: llvm-as < %s | llc -limit-float-precision=18 -march=x86 | \
; RUN: not grep exp | not grep log | not grep pow
define float @f1(float %x) nounwind noinline {
entry: