We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5294b10 commit 035f286Copy full SHA for 035f286
llvm/test/Transforms/InstCombine/stdio-custom-dl.ll
@@ -8,7 +8,7 @@ target datalayout = "e-m:o-p:40:64:64:32-i64:64-f80:128-n8:16:32:64-S128"
8
@.str.1 = private unnamed_addr constant [2 x i8] c"w\00", align 1
9
@.str.2 = private unnamed_addr constant [4 x i8] c"str\00", align 1
10
11
-;; Check fwrite is generated with arguments of ptr size, not index size
+;; Check fwrite is generated with arguments of index size, not ptr size
12
13
define internal void @fputs_test_custom_dl() {
14
; CHECK-LABEL: @fputs_test_custom_dl(
0 commit comments