diff options
Diffstat (limited to 'test/CodeGen/X86/sibcall-5.ll')
| -rw-r--r-- | test/CodeGen/X86/sibcall-5.ll | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/CodeGen/X86/sibcall-5.ll b/test/CodeGen/X86/sibcall-5.ll index c479030508a9c..c04af234b1312 100644 --- a/test/CodeGen/X86/sibcall-5.ll +++ b/test/CodeGen/X86/sibcall-5.ll @@ -8,7 +8,7 @@ define double @foo(double %a) nounwind readonly ssp { entry: ; X32-LABEL: foo: -; X32: jmp _sin$stub +; X32: jmp L_sin$stub ; X64-LABEL: foo: ; X64: jmp _sin @@ -18,7 +18,7 @@ entry: define float @bar(float %a) nounwind readonly ssp { ; X32-LABEL: bar: -; X32: jmp _sinf$stub +; X32: jmp L_sinf$stub ; X64-LABEL: bar: ; X64: jmp _sinf @@ -27,6 +27,11 @@ entry: ret float %0 } +; X32-LABEL: L_sin$stub: +; X32-NEXT: .indirect_symbol _sin +; X32-LABEL: L_sinf$stub: +; X32-NEXT: .indirect_symbol _sinf + declare float @sinf(float) nounwind readonly declare double @sin(double) nounwind readonly |
