[all-commits] [llvm/llvm-project] 1b76c4: ModuleUtils.h - include and forward declaration cl...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Apr 11 14:43:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b76c4cade59a47b9dc69b6a8f28f7dc8d1895a4
      https://github.com/llvm/llvm-project/commit/1b76c4cade59a47b9dc69b6a8f28f7dc8d1895a4
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/ModuleUtils.h

  Log Message:
  -----------
  ModuleUtils.h - include and forward declaration cleanup. NFC.

Replace SmallSet.h include with SmallVector.h - only SmallVector.h is used from inside SmallSet.h
Remove llvm::StringRef forward declaration (we include StringRef.h)
Remove unused llvm::GlobalVariable forward declaration.




More information about the All-commits mailing list