From 5f29e4f0b86101d74b0ca8d9f3170d2d7034e805 Mon Sep 17 00:00:00 2001 From: psteinfeld <47540744+psteinfeld@users.noreply.github.com> Date: Mon, 25 Feb 2019 10:23:55 -0800 Subject: [PATCH] [flang] Update and rename Fortran-ir.md to FortranIR.md Original-commit: flang-compiler/f18@00a99b81e4a6b145d0831c3300456b7c5c32d8b4 Reviewed-on: https://github.com/flang-compiler/f18/pull/301 Tree-same-pre-rewrite: false --- flang/documentation/{Fortran-ir.md => FortranIR.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename flang/documentation/{Fortran-ir.md => FortranIR.md} (99%) diff --git a/flang/documentation/Fortran-ir.md b/flang/documentation/FortranIR.md similarity index 99% rename from flang/documentation/Fortran-ir.md rename to flang/documentation/FortranIR.md index bc14d0c..9482bf0 100644 --- a/flang/documentation/Fortran-ir.md +++ b/flang/documentation/FortranIR.md @@ -8,7 +8,7 @@ FIR will be an explicit, operational, and strongly-typed representation, which s ## Requirements -### White Paper: Control Flow Graph1 +### White Paper: [Control Flow Graph](ControlFlowGraph.md)1 This is a list of requirements extracted from that document, which will be referred to as CFG-WP. -- 2.7.4