Skip to content

Commit 48d39bc

Browse files
committed
[LibCall] Reduce test changes. NFC.
1 parent 8fa5c03 commit 48d39bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/InferFunctionAttrs/annotate.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ declare float @nearbyintf(float)
762762
; CHECK: declare x86_fp80 @nearbyintl(x86_fp80) [[MEMNONE_NOFREE_NOUNWIND_WILLRETURN:#[0-9]+]]
763763
declare 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]+]]
767767
declare 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]]
782782
declare 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]]
785785
declare i32 @posix_memalign(ptr, i64, i64)
786786

787787
; CHECK: declare double @pow(double, double) [[ERRNOMEMONLY_NOFREE_NOUNWIND_WILLRETURN:#[0-9]+]]

0 commit comments

Comments
 (0)