[all-commits] [llvm/llvm-project] 42d926: [ConstraintElimination] Use SmallVectorImpl (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Nov 14 02:03:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42d92614173271fe1e8c40a5ad907b8c08f54f94
https://github.com/llvm/llvm-project/commit/42d92614173271fe1e8c40a5ad907b8c08f54f94
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-11-14 (Mon, 14 Nov 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Use SmallVectorImpl (NFC)
When passing a SmallVector by reference, don't specify its size.
More information about the All-commits
mailing list