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