File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
llvm/lib/Transforms/Utils Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1248,9 +1248,10 @@ static void eraseDebugIntrinsicsWithNonLocalRefs(Function &F) {
12481248// / the new function.
12491249// / 3. Point line locations and debug intrinsics to the new subprogram scope
12501250// / 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, ArrayRef<Value *> NewValues) {
1251+ static void fixupDebugInfoPostExtraction (Function &OldFunc, Function &NewFunc,
1252+ CallInst &TheCall,
1253+ const SetVector<Value *> &Inputs,
1254+ ArrayRef<Value *> NewValues) {
12541255 DISubprogram *OldSP = OldFunc.getSubprogram ();
12551256 LLVMContext &Ctx = OldFunc.getContext ();
12561257
You can’t perform that action at this time.
0 commit comments