mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
Make this more likely to generate a libcall.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92387 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f9ead87c68
commit
0fba8cf9ff
@ -7,9 +7,8 @@ target triple = "arm-linux-gnueabi"
|
||||
|
||||
define double @_ZSt3powdi(double %__x, i32 %__i) {
|
||||
entry:
|
||||
%tmp3 = call double @llvm.powi.f64( double 0.000000e+00, i32 0 ) ; <double> [#uses=1]
|
||||
store double %tmp3, double* null, align 8
|
||||
unreachable
|
||||
%tmp3 = call double @llvm.powi.f64( double %__x, i32 %__i )
|
||||
ret double %tmp3
|
||||
}
|
||||
|
||||
declare double @llvm.powi.f64(double, i32)
|
||||
|
Loading…
Reference in New Issue
Block a user