This is an archive of the discontinued LLVM Phabricator instance.

[flang][examples] remove unnecessary PASUE stamtment
AbandonedPublic

Authored by sunshaoce on Mar 13 2023, 11:37 PM.

Details

Summary

The program accepts an input number, performs output, and then PAUSE.
After PAUSE, the program will exit directly. So I think PAUSE can be deleted.
Or am I misunderstanding something?

Diff Detail

Event Timeline

sunshaoce created this revision.Mar 13 2023, 11:37 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 13 2023, 11:37 PM
sunshaoce requested review of this revision.Mar 13 2023, 11:37 PM

I think you can leave the example as is.

sunshaoce abandoned this revision.Mar 14 2023, 1:24 AM