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) {
1248
1248
// / the new function.
1249
1249
// / 3. Point line locations and debug intrinsics to the new subprogram scope
1250
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, ArrayRef<Value *> NewValues) {
1251
+ static void fixupDebugInfoPostExtraction (Function &OldFunc, Function &NewFunc,
1252
+ CallInst &TheCall,
1253
+ const SetVector<Value *> &Inputs,
1254
+ ArrayRef<Value *> NewValues) {
1254
1255
DISubprogram *OldSP = OldFunc.getSubprogram ();
1255
1256
LLVMContext &Ctx = OldFunc.getContext ();
1256
1257
You can’t perform that action at this time.
0 commit comments