mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 04:28:30 +00:00
this is not infinite recursion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41806 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87b51bc2b0
commit
8de5f1cc7b
7
test/CodeGen/PowerPC/fabs.ll
Normal file
7
test/CodeGen/PowerPC/fabs.ll
Normal file
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep {fabs f1, f1}
|
||||
|
||||
define double @fabs(double %f) {
|
||||
entry:
|
||||
%tmp2 = tail call double @fabs( double %f ) ; <double> [#uses=1]
|
||||
ret double %tmp2
|
||||
}
|
Loading…
Reference in New Issue
Block a user