repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[flang][openacc] Use OpenACC terminator instead of fir.unreachable after Stop stmt...
[llvm-project.git]
/
flang
/
test
/
Lower
/
pause-statement.f90
blob
e4cba98dc8a79327325541a38e504c456624f445
1
! RUN: bbc %s -emit-fir --canonicalize -o - | FileCheck %s
2
3
! CHECK-LABEL pause_test
4
subroutine
pause_test
()
5
! CHECK: fir.call @_Fortran{{.*}}PauseStatement()
6
! CHECK-NEXT: return
7
pause
8
end subroutine