Skip to content

Commit 73c78cb

Browse files
committed
Fix formatting issues.
1 parent 4180e9f commit 73c78cb

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
@@ -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

0 commit comments

Comments
 (0)