Skip to content

Commit 1b74b37

Browse files
committed
Reapply "[DebugInfo] Delete a now-unused function after 5328c73"
This reverts commit 8c7c451.
1 parent fc4aa69 commit 1b74b37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Transforms/Utils/Local.cpp

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

1698+
<<<<<<< HEAD
16981699
static void insertDbgValueOrDbgVariableRecordAfter(
16991700
DIBuilder &Builder, Value *DV, DILocalVariable *DIVar, DIExpression *DIExpr,
17001701
const DebugLoc &NewLoc, Instruction *Instr) {
@@ -1792,6 +1793,8 @@ void llvm::ConvertDebugDeclareToDebugValue(DbgVariableIntrinsic *DII,
17921793
SI->getIterator());
17931794
}
17941795

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

0 commit comments

Comments
 (0)