[VPlan] Remove unused VPInstruction constructor. (NFC)
authorFlorian Hahn <flo@fhahn.com>
Wed, 24 Nov 2021 14:06:00 +0000 (14:06 +0000)
committerFlorian Hahn <flo@fhahn.com>
Wed, 24 Nov 2021 14:06:50 +0000 (14:06 +0000)
commit8b86752c60f1d18f367fdd29f47bc3bd8646bbd2
tree94710b379b5d786de3135915865129a9fd28254d
parent080ef0b6a698e41bbc356f5d96eb550f248642e2
[VPlan] Remove unused VPInstruction constructor. (NFC)

VPInstruction inherits from VPValue, so the constructor taking
ArrayRef<VPValue*> covers all cases that would be covered by the removed
constructor.
llvm/lib/Transforms/Vectorize/VPlan.h