[all-commits] [llvm/llvm-project] bf12b7: Support: Drop the no-op initializer for SignpostEm...

Duncan P. N. Exon Smith via All-commits all-commits at lists.llvm.org
Thu Apr 8 16:34:30 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bf12b711f9ec322fd7fabb6919d975665df32b29
      https://github.com/llvm/llvm-project/commit/bf12b711f9ec322fd7fabb6919d975665df32b29
  Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
    M llvm/lib/Support/Signposts.cpp

  Log Message:
  -----------
  Support: Drop the no-op initializer for SignpostEmitterImpl::Signposts, NFC

This is a DenseMap, which has its own initializer; we don't need to explicitly
call the default constructor here.

Differential Revision: https://reviews.llvm.org/D100152




More information about the All-commits mailing list