[all-commits] [llvm/llvm-project] d22989: [CallSite removal][Target] Replace CallSite with C...

topperc via All-commits all-commits at lists.llvm.org
Tue Apr 21 23:30:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d22989c34ede9ebe1cdb52c30407d35a1d117f2e
      https://github.com/llvm/llvm-project/commit/d22989c34ede9ebe1cdb52c30407d35a1d117f2e
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-04-21 (Tue, 21 Apr 2020)

  Changed paths:
    M llvm/lib/Target/ARM/ARMFastISel.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp

  Log Message:
  -----------
  [CallSite removal][Target] Replace CallSite with CallBase. NFC

In some cases just delete an unneeded include.




More information about the All-commits mailing list