forked from OSchip/llvm-project
[flang] Address review comments
Original-commit: flang-compiler/f18@6b42a1777f Reviewed-on: https://github.com/flang-compiler/f18/pull/282 Tree-same-pre-rewrite: false
This commit is contained in:
parent
123896d5bb
commit
bacbfce78b
|
@ -4,7 +4,7 @@ Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
|||
|
||||
# Overview of Compiler Phases
|
||||
|
||||
Each phases produces correct output or fatal errors.
|
||||
Each phase produces correct output or fatal errors.
|
||||
|
||||
## Prescan and Preprocess
|
||||
|
||||
|
@ -26,7 +26,7 @@ Each phases produces correct output or fatal errors.
|
|||
|
||||
**Input:** Cooked character stream.
|
||||
|
||||
**Output:** A parse tree representing a syntactially correct program,
|
||||
**Output:** A parse tree representing a syntactically correct program,
|
||||
rooted at a `parser::Program`.
|
||||
See: [parsing.md](parsing.md).
|
||||
|
||||
|
@ -68,7 +68,7 @@ Each phases produces correct output or fatal errors.
|
|||
|
||||
**Input:** Parse tree with names resolved.
|
||||
|
||||
**Output:** Parse tree with semantically correct DO CONCURRENT loops.have been performed.
|
||||
**Output:** Parse tree with semantically correct DO CONCURRENT loops.
|
||||
|
||||
## Write Module Files
|
||||
|
||||
|
|
Loading…
Reference in New Issue