diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/sincos-opt.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/sincos-opt.ll | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/X86/sincos-opt.ll b/llvm/test/CodeGen/X86/sincos-opt.ll index 1509f5848f6..9d02bcd9a6c 100644 --- a/llvm/test/CodeGen/X86/sincos-opt.ll +++ b/llvm/test/CodeGen/X86/sincos-opt.ll @@ -12,14 +12,14 @@ entry: ; GNU_SINCOS: callq sincosf ; GNU_SINCOS: movss 4(%rsp), %xmm0 ; GNU_SINCOS: addss (%rsp), %xmm0 -
-; OSX_SINCOS-LABEL: test1:
-; OSX_SINCOS: callq ___sincosf_stret
-; OSX_SINCOS: movshdup {{.*}} xmm1 = xmm0[1,1,3,3]
-; OSX_SINCOS: addss %xmm1, %xmm0
-
-; OSX_NOOPT: test1
-; OSX_NOOPT: callq _sinf
+ +; OSX_SINCOS-LABEL: test1: +; OSX_SINCOS: callq ___sincosf_stret +; OSX_SINCOS: movshdup {{.*}} xmm1 = xmm0[1,1,3,3] +; OSX_SINCOS: addss %xmm1, %xmm0 + +; OSX_NOOPT: test1 +; OSX_NOOPT: callq _sinf ; OSX_NOOPT: callq _cosf %call = tail call float @sinf(float %x) nounwind readnone %call1 = tail call float @cosf(float %x) nounwind readnone |