[flang] Update and rename Fortran-ir.md to FortranIR.md
authorpsteinfeld <47540744+psteinfeld@users.noreply.github.com>
Mon, 25 Feb 2019 18:23:55 +0000 (10:23 -0800)
committerGitHub <noreply@github.com>
Mon, 25 Feb 2019 18:23:55 +0000 (10:23 -0800)
Original-commit: flang-compiler/f18@00a99b81e4a6b145d0831c3300456b7c5c32d8b4
Reviewed-on: https://github.com/flang-compiler/f18/pull/301
Tree-same-pre-rewrite: false

flang/documentation/FortranIR.md [moved from flang/documentation/Fortran-ir.md with 99% similarity]

similarity index 99%
rename from flang/documentation/Fortran-ir.md
rename to flang/documentation/FortranIR.md
index bc14d0c..9482bf0 100644 (file)
@@ -8,7 +8,7 @@ FIR will be an explicit, operational, and strongly-typed representation, which s
 
 ## Requirements
 
-### White Paper: Control Flow Graph<sup>1</sup>
+### White Paper: [Control Flow Graph](ControlFlowGraph.md)<sup>1</sup>
 
 This is a list of requirements extracted from that document, which will be referred to as CFG-WP.