Skip to content

Commit 8c7c451

Browse files
committed
Revert "[DebugInfo] Delete a now-unused function after 5328c73"
This reverts commit 7eb65f4.
1 parent 6287567 commit 8c7c451

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/Utils/Local.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,6 @@ static void insertDbgValueOrDbgVariableRecord(DIBuilder &Builder, Value *DV,
16951695
Instr->getParent()->insertDbgRecordBefore(DVRec, Instr);
16961696
}
16971697

1698-
<<<<<<< HEAD
16991698
static void insertDbgValueOrDbgVariableRecordAfter(
17001699
DIBuilder &Builder, Value *DV, DILocalVariable *DIVar, DIExpression *DIExpr,
17011700
const DebugLoc &NewLoc, Instruction *Instr) {
@@ -1793,8 +1792,6 @@ void llvm::ConvertDebugDeclareToDebugValue(DbgVariableIntrinsic *DII,
17931792
SI->getIterator());
17941793
}
17951794

1796-
=======
1797-
>>>>>>> 7eb65f470c5e
17981795
static DIExpression *dropInitialDeref(const DIExpression *DIExpr) {
17991796
int NumEltDropped = DIExpr->getElements()[0] == dwarf::DW_OP_LLVM_arg ? 3 : 1;
18001797
return DIExpression::get(DIExpr->getContext(),

0 commit comments

Comments
 (0)