diff options
Diffstat (limited to 'test/CodeGen/X86/negative-sin.ll')
-rw-r--r-- | test/CodeGen/X86/negative-sin.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/negative-sin.ll b/test/CodeGen/X86/negative-sin.ll index 16258f479402..bc38021b5620 100644 --- a/test/CodeGen/X86/negative-sin.ll +++ b/test/CodeGen/X86/negative-sin.ll @@ -101,5 +101,5 @@ define double @fn_attr(double %e) nounwind #0 { ret double %h } -attributes #0 = { "unsafe-fp-math"="true" } +attributes #0 = { "unsafe-fp-math"="true" "no-signed-zeros-fp-math"="true" } |