forked from OSchip/llvm-project
don't forget to use the right code generator :)
llvm-svn: 21017
This commit is contained in:
parent
b4e122c59f
commit
1d7052fad5
|
@ -1,5 +1,5 @@
|
||||||
; Make sure this testcase codegens to the fabs instruction, not a call to fabsf
|
; 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)
|
declare float %fabsf(float)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue