[VPlan] Remove default arg from getVPValue (NFC).
authorFlorian Hahn <flo@fhahn.com>
Sun, 11 Jul 2021 20:00:44 +0000 (22:00 +0200)
committerFlorian Hahn <flo@fhahn.com>
Sun, 11 Jul 2021 20:03:09 +0000 (22:03 +0200)
commitc6e4c1fbd80e60be3a819b22d6b647551f704191
tree21fb51704cae95ee92cae00e5f99c4b37acdd667
parentf0393deb336737b9ab9112089ea29866dd20da03
[VPlan] Remove default arg from getVPValue (NFC).

The const version of VPValue::getVPValue still had a default value for
the value index. Remove the default value and use getVPSingleValue
instead, which is the proper function.
llvm/lib/Transforms/Vectorize/VPlan.cpp
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
llvm/lib/Transforms/Vectorize/VPlanValue.h