diff options
Diffstat (limited to 'test/CodeGen/libcalls.c')
-rw-r--r-- | test/CodeGen/libcalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/libcalls.c b/test/CodeGen/libcalls.c index 8120b75256231..3a8207b2bebc3 100644 --- a/test/CodeGen/libcalls.c +++ b/test/CodeGen/libcalls.c @@ -124,7 +124,7 @@ void test_builtins(double d, float f, long double ld) { // CHECK-YES-NOT: declare float @logf(float) [[NUW_RN]] } -// CHECK-YES: attributes [[NUW_RN]] = { nounwind readnone } +// CHECK-YES: attributes [[NUW_RN]] = { nounwind readnone speculatable } // CHECK-NO: attributes [[NUW_RN]] = { nounwind readnone{{.*}} } -// CHECK-NO: attributes [[NUW_RNI]] = { nounwind readnone } +// CHECK-NO: attributes [[NUW_RNI]] = { nounwind readnone speculatable } |