[PATCH] D70352: [PowerPC] Rename DarwinDirective to CPUDirective (NFC)

Kit Barton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 04:07:10 PST 2019


kbarton marked an inline comment as done.
kbarton added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCSubtarget.h:172
   /// getDarwinDirective - Returns the -m directive specified for the cpu.
+  unsigned getDarwinDirective() const { return CPUDirective; }
+
----------------
jsji wrote:
> Shall we explicitly add doxygen `\deprecated` in comments? 
I could, if you really want me to. Although I was hoping this wasn't going to be around long enough for that to make a difference.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70352





More information about the llvm-commits mailing list