Also test the created stubs on 32 bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2013-12-01 21:24:30 +00:00
parent 1561e8381f
commit ba7cb02009

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