Skip to content

Commit 5294b10

Browse files
committed
Restore comment
1 parent 52ca57e commit 5294b10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/Transforms/InstCombine/stdio-custom-dl.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ target datalayout = "e-m:o-p:40:64:64:32-i64:64-f80:128-n8:16:32:64-S128"
88
@.str.1 = private unnamed_addr constant [2 x i8] c"w\00", align 1
99
@.str.2 = private unnamed_addr constant [4 x i8] c"str\00", align 1
1010

11+
;; Check fwrite is generated with arguments of ptr size, not index size
12+
1113
define internal void @fputs_test_custom_dl() {
1214
; CHECK-LABEL: @fputs_test_custom_dl(
1315
; CHECK-NEXT: [[CALL:%.*]] = call ptr @fopen(ptr nonnull @.str, ptr nonnull @.str.1)

0 commit comments

Comments
 (0)