diff options
Diffstat (limited to 'clang/test/CodeGen/afn-flag-test.c')
| -rw-r--r-- | clang/test/CodeGen/afn-flag-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGen/afn-flag-test.c b/clang/test/CodeGen/afn-flag-test.c index f948fc068ba2..bc2ff5b95d7b 100644 --- a/clang/test/CodeGen/afn-flag-test.c +++ b/clang/test/CodeGen/afn-flag-test.c @@ -7,8 +7,6 @@ double afn_option_test(double x) { // CHECK-LABEL: define{{.*}} double @afn_option_test(double %x) #0 { // CHECK-AFN: %{{.*}} = call afn double @{{.*}}exp{{.*}}(double %{{.*}}) - // CHECK-AFN: attributes #0 ={{.*}} "approx-func-fp-math"="true" {{.*}} // CHECK-NO-AFN: %{{.*}} = call double @{{.*}}exp{{.*}}(double %{{.*}}) - // CHECK-NO-AFN-NOT: attributes #0 ={{.*}} "approx-func-fp-math"="true" {{.*}} } |
