1 ; RUN: llc < %s -o - | grep sinl
3 target triple = "i686-pc-linux-gnu"
5 define x86_fp80 @f(x86_fp80 %x) nounwind {
7 %tmp2 = tail call x86_fp80 @sinl( x86_fp80 %x ) nounwind readonly ; <x86_fp80> [#uses=1]
11 declare x86_fp80 @sinl(x86_fp80) nounwind readonly