[all-commits] [llvm/llvm-project] a47b2d: [SCEV] Remove unused parameter from computeBECount...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue May 25 09:59:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a47b2d4567ac27eee8d355c079535a796639a041
https://github.com/llvm/llvm-project/commit/a47b2d4567ac27eee8d355c079535a796639a041
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Remove unused parameter from computeBECount [NFC]
All callers pass "false" for the Equality parameter. Kill the dead code, and update the function block comment.
More information about the All-commits
mailing list