[all-commits] [llvm/llvm-project] 97f922: [MBP] tuple->pair. NFC.

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Sat May 2 11:25:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 97f92261df0807875f843eaefbe5fe81b347abd2
      https://github.com/llvm/llvm-project/commit/97f92261df0807875f843eaefbe5fe81b347abd2
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2020-05-02 (Sat, 02 May 2020)

  Changed paths:
    M llvm/lib/CodeGen/MachineBlockPlacement.cpp

  Log Message:
  -----------
  [MBP] tuple->pair. NFC.

std::pair has a trivial copy ctor, std::tuple doesn't.




More information about the All-commits mailing list