[PATCH] D113923: [NFC][flang] Inclusive language: remove instances of master

Quinn Pham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 21:18:44 PST 2021


quinnp added inline comments.


================
Comment at: flang/test/Lower/pre-fir-tree04.f90:13
   integer :: counter[*]
-  logical :: is_master
   ! CHECK: <<ChangeTeamConstruct>>
----------------
schweitz wrote:
> Can you leave a LOGICAL variable declaration and just give the variable a new name instead? Could be a property like `is_square` or something.
Sure @schweitz, thanks for the feedback! I renamed the variable to is_square.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113923/new/

https://reviews.llvm.org/D113923



More information about the llvm-commits mailing list