@@ -304,13 +304,13 @@ declare float @cbrtf(float)
304304; CHECK: declare x86_fp80 @cbrtl(x86_fp80) [[MEMNONE_NOFREE_NOUNWIND_WILLRETURN:#[0-9]+]]
305305declare x86_fp80 @cbrtl (x86_fp80 )
306306
307- ; CHECK: declare double @ceil(double) [[ERRNOMEMONLY_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
307+ ; CHECK: declare double @ceil(double) [[MEMNONE_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
308308declare double @ceil (double )
309309
310- ; CHECK: declare float @ceilf(float) [[ERRNOMEMONLY_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
310+ ; CHECK: declare float @ceilf(float) [[MEMNONE_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
311311declare float @ceilf (float )
312312
313- ; CHECK: declare x86_fp80 @ceill(x86_fp80) [[ERRNOMEMONLY_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
313+ ; CHECK: declare x86_fp80 @ceill(x86_fp80) [[MEMNONE_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
314314declare x86_fp80 @ceill (x86_fp80 )
315315
316316; The second argument of int chmod(FILE*, mode_t) is a 32-bit int on most
@@ -909,13 +909,13 @@ declare x86_fp80 @rintl(x86_fp80)
909909; CHECK: declare noundef i32 @rmdir(ptr noundef readonly captures(none)) [[NOFREE_NOUNWIND]]
910910declare i32 @rmdir (ptr )
911911
912- ; CHECK: declare double @round(double) [[ERRNOMEMONLY_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
912+ ; CHECK: declare double @round(double) [[MEMNONE_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
913913declare double @round (double )
914914
915- ; CHECK: declare float @roundf(float) [[ERRNOMEMONLY_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
915+ ; CHECK: declare float @roundf(float) [[MEMNONE_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
916916declare float @roundf (float )
917917
918- ; CHECK: declare x86_fp80 @roundl(x86_fp80) [[ERRNOMEMONLY_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
918+ ; CHECK: declare x86_fp80 @roundl(x86_fp80) [[MEMNONE_NOFREE_NOUNWIND_WILLRETURN :#[0-9]+]]
919919declare x86_fp80 @roundl (x86_fp80 )
920920
921921; CHECK: declare double @scalbln(double, i64) [[ERRNOMEMONLY_NOFREE_NOUNWIND_WILLRETURN:#[0-9]+]]
0 commit comments