summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/func-attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/func-attr.c')
-rw-r--r--clang/test/CodeGen/func-attr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/func-attr.c b/clang/test/CodeGen/func-attr.c
index 96c3d91a7a67..1b36c51b8ce9 100644
--- a/clang/test/CodeGen/func-attr.c
+++ b/clang/test/CodeGen/func-attr.c
@@ -22,7 +22,6 @@ float foo(float a, float b) {
// NOFINITEONLY: define{{.*}} float @foo(float noundef %{{.*}}, float noundef %{{.*}}){{.*}} [[ATTRS:#[0-9]+]]
// CHECK: attributes [[ATTRS]] = {
-// CHECK-SAME: "approx-func-fp-math"="true"
// CHECK-SAME: "no-signed-zeros-fp-math"="true"
// CHECK-SAME: "no-trapping-math"="true"
// CHECK-UNSAFE-SAME: "unsafe-fp-math"="true"