[all-commits] [llvm/llvm-project] 42a4f5: [Transform] Remove redundant declaration PollyAllo...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Jan 2 23:08:57 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 42a4f5103b7087b1460463d11f7ba68d1832abfc
      https://github.com/llvm/llvm-project/commit/42a4f5103b7087b1460463d11f7ba68d1832abfc
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
    M polly/lib/Transform/ScopInliner.cpp

  Log Message:
  -----------
  [Transform] Remove redundant declaration PollyAllowFullFunction (NFC)

The variable is declared in ScopDetection.h, which ScopInliner.cpp
includes.

Identified by readability-redundant-declaration.




More information about the All-commits mailing list