Skip to content

Commit 035f286

Browse files
committed
Fix test comment
1 parent 5294b10 commit 035f286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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
11+
;; Check fwrite is generated with arguments of index size, not ptr size
1212

1313
define internal void @fputs_test_custom_dl() {
1414
; CHECK-LABEL: @fputs_test_custom_dl(

0 commit comments

Comments
 (0)