Skip to content

Commit 249743c

Browse files
banach-spaceschweitzpgi
authored andcommitted
Update comment
1 parent 88b74f4 commit 249743c

File tree

1 file changed

+1
-1
lines changed
  • flang/test/Lower/intrinsic-procedures

1 file changed

+1
-1
lines changed

flang/test/Lower/intrinsic-procedures/ichar.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subroutine ichar_test(c)
2424
! CHECK: fir.call @{{.*}}EndIoStatement
2525
print *, ichar(str(J))
2626

27-
! "Magic" 88 below is the value returned by IACHAR (’X’)
27+
! "Magic" 88 below is the ASCII code for `X` and the value returned by IACHAR (’X’)
2828
! CHECK: %[[c88:.*]] = arith.constant 88 : i32
2929
! CHECK-NEXT: fir.call @{{.*}}OutputInteger32({{.*}}, %[[c88]])
3030
! CHECK-NEXT: fir.call @{{.*}}EndIoStatement

0 commit comments

Comments
 (0)