File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/Transforms/InferFunctionAttrs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -762,7 +762,7 @@ declare float @nearbyintf(float)
762762; CHECK: declare x86_fp80 @nearbyintl(x86_fp80) [[MEMNONE_NOFREE_NOUNWIND_WILLRETURN:#[0-9]+]]
763763declare x86_fp80 @nearbyintl (x86_fp80 )
764764
765- ; CHECK-LINUX: declare noundef i32 @open(ptr noundef readonly captures(none), i32 noundef, ...) [[NOFREE:#[0-9]+ ]]
765+ ; CHECK-LINUX: declare noundef i32 @open(ptr noundef readonly captures(none), i32 noundef, ...) [[NOFREE]]
766766; CHECK-OPEN: declare noundef i32 @open(ptr noundef readonly captures(none), i32 noundef, ...) [[NOFREE:#[0-9]+]]
767767declare i32 @open (ptr , i32 , ...)
768768
@@ -781,7 +781,7 @@ declare void @perror(ptr)
781781; CHECK: declare noalias noundef ptr @popen(ptr noundef readonly captures(none), ptr noundef readonly captures(none)) [[NOFREE_NOUNWIND]]
782782declare ptr @popen (ptr , ptr )
783783
784- ; CHECK: declare i32 @posix_memalign(ptr, i64, i64) [[NOFREE:#[0-9]+ ]]
784+ ; CHECK: declare i32 @posix_memalign(ptr, i64, i64) [[NOFREE]]
785785declare i32 @posix_memalign (ptr , i64 , i64 )
786786
787787; CHECK: declare double @pow(double, double) [[ERRNOMEMONLY_NOFREE_NOUNWIND_WILLRETURN:#[0-9]+]]
You can’t perform that action at this time.
0 commit comments