[LV] Remove unneeded CustomBuilder arg from setDebugLocFromInst (NFC).
authorFlorian Hahn <flo@fhahn.com>
Wed, 15 Jun 2022 17:48:02 +0000 (18:48 +0100)
committerFlorian Hahn <flo@fhahn.com>
Wed, 15 Jun 2022 17:48:02 +0000 (18:48 +0100)
commit5ff5b460d9fa67b7184dda86bc929b652d86acbc
treef94c300b5656b9d5c4ff4c3f40601ccd29854495
parent103b28902fd66e841860706efcc0354e553cce58
[LV] Remove unneeded CustomBuilder arg from setDebugLocFromInst (NFC).

The only user that passed in a custom builder was passing in
VPTransformState::Builder, which is the same as ILV::Builder.
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp