[all-commits] [llvm/llvm-project] 49942d: [NFC] remove const from FunctionPropertiesAnalysis...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Thu Apr 28 15:14:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49942d595f2113be507b24d831f586947e323730
https://github.com/llvm/llvm-project/commit/49942d595f2113be507b24d831f586947e323730
Author: Mircea Trofin <mtrofin at google.com>
Date: 2022-04-28 (Thu, 28 Apr 2022)
Changed paths:
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
Log Message:
-----------
[NFC] remove const from FunctionPropertiesAnalysis::run, keep on Result
The goal in 75881d8b023e was just modifying what `Result` is, didn't
need to also modify ::run.
More information about the All-commits
mailing list