[all-commits] [llvm/llvm-project] b5e14d: SimplifyLibCalls - remove unnecessary header and f...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Jul 25 05:02:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b5e14d78f16960ebb94f0a22e2a8c10f421f8757
      https://github.com/llvm/llvm-project/commit/b5e14d78f16960ebb94f0a22e2a8c10f421f8757
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp

  Log Message:
  -----------
  SimplifyLibCalls - remove unnecessary header and forward declaration. NFC.

We include TargetLibraryInfo.h so don't need to forward declare it, and we don't need to include TargetLibraryInfo.h in SimplifyLibCalls.cpp as well.




More information about the All-commits mailing list