[all-commits] [llvm/llvm-project] 376f3b: [DebugInfo] Remove redefinition of 'getDPVAssignme...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Tue Jan 23 01:57:01 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 376f3be83444901fc4d50570bee492f0f666938f
https://github.com/llvm/llvm-project/commit/376f3be83444901fc4d50570bee492f0f666938f
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M llvm/include/llvm/IR/DebugInfo.h
Log Message:
-----------
[DebugInfo] Remove redefinition of 'getDPVAssignmentMarkers' (NFC)
llvm-project/llvm/include/llvm/IR/DebugInfo.h:239:31: error: redefinition of 'getDPVAssignmentMarkers'
inline SmallVector<DPValue *> getDPVAssignmentMarkers(const Instruction *Inst) {
^
llvm-project/llvm/include/llvm/IR/DebugInfo.h:233:31: note: previous definition is here
inline SmallVector<DPValue *> getDPVAssignmentMarkers(const Instruction *Inst) {
^
More information about the All-commits
mailing list