[all-commits] [llvm/llvm-project] f5dc51: [IR] Remove forward declaration of GraphTraits fro...

Jay Foad via All-commits all-commits at lists.llvm.org
Tue Jun 15 01:24:06 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f5dc511c538745df1ef4c5a22b99b56747f32edc
      https://github.com/llvm/llvm-project/commit/f5dc511c538745df1ef4c5a22b99b56747f32edc
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
    M llvm/include/llvm/Analysis/LazyCallGraph.h
    M llvm/include/llvm/IR/ModuleSummaryIndex.h
    M llvm/include/llvm/IR/Type.h

  Log Message:
  -----------
  [IR] Remove forward declaration of GraphTraits from Type.h

This has been unnecessary since r352353 removed GraphTraits
specializations for Type, except that a couple of other headers were
accidentally relying on this declaration.

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




More information about the All-commits mailing list