We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a28e55 commit f0ad59aCopy full SHA for f0ad59a
llvm/lib/Transforms/Utils/CodeExtractor.cpp
@@ -1250,7 +1250,7 @@ static void eraseDebugIntrinsicsWithNonLocalRefs(Function &F) {
1250
/// 4. Remove intrinsics which point to values outside of the new function.
1251
static void fixupDebugInfoPostExtraction(
1252
Function &OldFunc, Function &NewFunc, CallInst &TheCall,
1253
- const SetVector<Value *> &Inputs, const SmallVector<Value *> &NewValues) {
+ const SetVector<Value *> &Inputs, ArrayRef<Value *> NewValues) {
1254
DISubprogram *OldSP = OldFunc.getSubprogram();
1255
LLVMContext &Ctx = OldFunc.getContext();
1256
0 commit comments