[all-commits] [llvm/llvm-project] bcfbb3: [IR] Construct SmallVector with iterator ranges (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Sep 8 08:54:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcfbb3f9ec83b775183ce464f1ce169e844312d9
https://github.com/llvm/llvm-project/commit/bcfbb3f9ec83b775183ce464f1ce169e844312d9
Author: Kazu Hirata <kazu at google.com>
Date: 2021-09-08 (Wed, 08 Sep 2021)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[IR] Construct SmallVector with iterator ranges (NFC)
Note that arg_operands has been deprecated in favor of args.
More information about the All-commits
mailing list