[PATCH] D68336: [NFC] Replace 'isDarwin' with 'IsDarwin' based on LLVM naming convention

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 07:20:03 PDT 2019


Xiangling_L created this revision.
Xiangling_L added reviewers: sfertile, hubert.reinterpretcast.
Xiangling_L added a project: LLVM.
Herald added subscribers: llvm-commits, jsji, MaskRay, kbarton, hiraditya, nemanjai.

Replace 'isDarwin' with 'IsDarwin' based on LLVM naming convention


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68336

Files:
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
  llvm/lib/Target/PowerPC/PPC.h
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCMCInstLower.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68336.222831.patch
Type: text/x-patch
Size: 11628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191002/369ce4c4/attachment.bin>


More information about the llvm-commits mailing list