[all-commits] [llvm/llvm-project] 3c6ed5: [IR] Remove declaration of no longer existing cons...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jul 19 08:40:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c6ed559e5274307995586c1499a2c8e4e0276a0
https://github.com/llvm/llvm-project/commit/3c6ed559e5274307995586c1499a2c8e4e0276a0
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/include/llvm/IR/DerivedTypes.h
Log Message:
-----------
[IR] Remove declaration of no longer existing constructor (NFC)
The definition was dropped in D155585, so drop the declaration
as well.
Thanks to Roman Divacky for pointing this out!
More information about the All-commits
mailing list