mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-29 21:24:04 +00:00
[flang][nfc] Update comment in test
This commit is contained in:
parent
9c632b61eb
commit
cd18a6a5e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user