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 2b65101 commit 084e8c0Copy full SHA for 084e8c0
llvm/lib/Transforms/Utils/CodeExtractor.cpp
@@ -1253,7 +1253,7 @@ static void eraseDebugIntrinsicsWithNonLocalRefs(Function &F) {
1253
/// 4. Remove intrinsics which point to values outside of the new function.
1254
static void fixupDebugInfoPostExtraction(
1255
Function &OldFunc, Function &NewFunc, CallInst &TheCall,
1256
- const SetVector<Value *> &Inputs, const SmallVector<Value *> &NewValues) {
+ const SetVector<Value *> &Inputs, ArrayRef<Value *> NewValues) {
1257
DISubprogram *OldSP = OldFunc.getSubprogram();
1258
LLVMContext &Ctx = OldFunc.getContext();
1259
0 commit comments