1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Also test the created stubs on 32 bits.

llvm-svn: 196052
This commit is contained in:
Rafael Espindola 2013-12-01 21:24:30 +00:00
parent 26c262f3a7
commit cf111ab2af

View File

@ -27,6 +27,11 @@ entry:
ret float %0
}
; X32-LABEL: _sin$stub:
; X32-NEXT: .indirect_symbol _sin
; X32-LABEL: _sinf$stub:
; X32-NEXT: .indirect_symbol _sinf
declare float @sinf(float) nounwind readonly
declare double @sin(double) nounwind readonly