From ba7cb02009f09eb31e7cf4de16beb58dab4676e8 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sun, 1 Dec 2013 21:24:30 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/sibcall-5.ll | 5 +++++ 1 file changed, 5 insertions(+) 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