summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fadd-combines.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fadd-combines.ll')
-rw-r--r--test/CodeGen/X86/fadd-combines.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fadd-combines.ll b/test/CodeGen/X86/fadd-combines.ll
index 2df0e06dc252..28f72f42d01d 100644
--- a/test/CodeGen/X86/fadd-combines.ll
+++ b/test/CodeGen/X86/fadd-combines.ll
@@ -221,4 +221,4 @@ define <4 x float> @fadd_fadd_x_x_fadd_x_x_4f32(<4 x float> %x) #0 {
ret <4 x float> %z
}
-attributes #0 = { "less-precise-fpmad"="true" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "unsafe-fp-math"="true" }
+attributes #0 = { "less-precise-fpmad"="true" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "unsafe-fp-math"="true" "no-signed-zeros-fp-math"="true" }