[flang][nfc] Update comment in test
authorAndrzej Warzynski <andrzej.warzynski@arm.com>
Thu, 17 Mar 2022 11:54:02 +0000 (11:54 +0000)
committerAndrzej Warzynski <andrzej.warzynski@arm.com>
Thu, 17 Mar 2022 11:54:02 +0000 (11:54 +0000)
flang/test/Lower/Intrinsics/ichar.f90

index 5cf7fcdc3bae449b77200125ec6071131e358250..2597d47f9a8e2baefb5104727de4c0798f470df8 100644 (file)
@@ -25,7 +25,7 @@ subroutine ichar_test(c)
   ! CHECK: fir.call @{{.*}}EndIoStatement
   print *, ichar(str(J))
 
-  ! "Magic" 88 below is the value returned by IACHAR (’X’)
+  ! "Magic" 88 below is the ASCII code for `X` and the value returned by IACHAR (’X’)
   ! CHECK: %[[c88:.*]] = arith.constant 88 : i32
   ! CHECK-NEXT: fir.call @{{.*}}OutputInteger32({{.*}}, %[[c88]])
   ! CHECK-NEXT: fir.call @{{.*}}EndIoStatement