mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +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:
@ -7,9 +7,8 @@ target triple = "arm-linux-gnueabi"
|
|||||||
|
|
||||||
define double @_ZSt3powdi(double %__x, i32 %__i) {
|
define double @_ZSt3powdi(double %__x, i32 %__i) {
|
||||||
entry:
|
entry:
|
||||||
%tmp3 = call double @llvm.powi.f64( double 0.000000e+00, i32 0 ) ; <double> [#uses=1]
|
%tmp3 = call double @llvm.powi.f64( double %__x, i32 %__i )
|
||||||
store double %tmp3, double* null, align 8
|
ret double %tmp3
|
||||||
unreachable
|
|
||||||
}
|
}
|
||||||
|
|
||||||
declare double @llvm.powi.f64(double, i32)
|
declare double @llvm.powi.f64(double, i32)
|
||||||
|
Reference in New Issue
Block a user