don't forget to use the right code generator :)

llvm-svn: 21017
This commit is contained in:
Chris Lattner 2005-04-02 05:40:03 +00:00
parent b4e122c59f
commit 1d7052fad5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
; RUN: llvm-as < %s | llc -disable-pattern-isel=0 | grep 'fabs$'
; RUN: llvm-as < %s | llc -march=x86 -disable-pattern-isel=0 | grep 'fabs$'
declare float %fabsf(float)