From: Rafael Espindola Date: Sun, 1 Dec 2013 21:24:30 +0000 (+0000) Subject: Also test the created stubs on 32 bits. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ba7cb02009f09eb31e7cf4de16beb58dab4676e8;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/X86/sibcall-5.ll b/test/CodeGen/X86/sibcall-5.ll index c479030508a..9424b61e36a 100644 --- a/test/CodeGen/X86/sibcall-5.ll +++ b/test/CodeGen/X86/sibcall-5.ll @@ -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