diff options
author | peter klausler <pklausler@nvidia.com> | 2020-10-01 09:44:09 -0700 |
---|---|---|
committer | peter klausler <pklausler@nvidia.com> | 2020-10-01 10:27:20 -0700 |
commit | df6de2222c66c5a1c62da0b10c35de432ddc270a (patch) | |
tree | 1d21cf9594318841c7a84da88900158c2b44a4fd /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 9d40fb808fd0fbd33eb3b50c20d7f402de5db91e (diff) | |
download | llvm-df6de2222c66c5a1c62da0b10c35de432ddc270a.zip llvm-df6de2222c66c5a1c62da0b10c35de432ddc270a.tar.gz llvm-df6de2222c66c5a1c62da0b10c35de432ddc270a.tar.bz2 |
[flang] Fix INQUIRE of access and formatting possibilities
Don't give false positives from INQUIRE about possible
access mode changes on connected units. DIRECT and SEQUENTIAL
cannot be intermixed, apart from allowing DIRECT on a SEQUENTIAL
file with fixed-size records and positioning. Nor can
FORMATTED and UNFORMATTED be interchanged. On unconnected
files, the best that we can do is "UNKNOWN".
Differential revision: https://reviews.llvm.org/D88673
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions