summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-12-01 21:24:30 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-12-01 21:24:30 +0000
commitba7cb02009f09eb31e7cf4de16beb58dab4676e8 (patch)
treeacafff3af6337a944b770bf0cc909a202fd819b3 /test
parent1561e8381f9c97f98d4969546cf29bf730558875 (diff)
downloadllvm-ba7cb02009f09eb31e7cf4de16beb58dab4676e8.tar.gz
llvm-ba7cb02009f09eb31e7cf4de16beb58dab4676e8.tar.bz2
llvm-ba7cb02009f09eb31e7cf4de16beb58dab4676e8.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/sibcall-5.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/X86/sibcall-5.ll b/test/CodeGen/X86/sibcall-5.ll
index c479030508..9424b61e36 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