[PATCH] D69835: Add options for PPC to enable/disable using non-volatile CR

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 20:43:32 PST 2020


amyk added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h:68
 
+  /// DisableNonVolatileCR - Inidcates whether non-volatile CR fields would be disabled
+  bool DisableNonVolatileCR = false;
----------------
nemanjai wrote:
> Line too long?
s/Inidcates/Indicates

Also, end with a period. 


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

https://reviews.llvm.org/D69835





More information about the llvm-commits mailing list