Skip to content

Commit 25ee0e2

Browse files
committed
Fix formatting issues.
1 parent bbcb44d commit 25ee0e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/lib/Transforms/Utils/CodeExtractor.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,9 +1251,10 @@ static void eraseDebugIntrinsicsWithNonLocalRefs(Function &F) {
12511251
/// the new function.
12521252
/// 3. Point line locations and debug intrinsics to the new subprogram scope
12531253
/// 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) {
12571258
DISubprogram *OldSP = OldFunc.getSubprogram();
12581259
LLVMContext &Ctx = OldFunc.getContext();
12591260

0 commit comments

Comments
 (0)