diff options
Diffstat (limited to 'include/llvm/IR/DebugLoc.h')
| -rw-r--r-- | include/llvm/IR/DebugLoc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/IR/DebugLoc.h b/include/llvm/IR/DebugLoc.h index aa74f361cda2..eef1212abc4b 100644 --- a/include/llvm/IR/DebugLoc.h +++ b/include/llvm/IR/DebugLoc.h @@ -90,12 +90,6 @@ namespace llvm { DenseMap<const MDNode *, MDNode *> &Cache, bool ReplaceLast = false); - /// Reparent all debug locations referenced by \c I that belong to \c OrigSP - /// to become (possibly indirect) children of \c NewSP. - static void reparentDebugInfo(Instruction &I, DISubprogram *OrigSP, - DISubprogram *NewSP, - DenseMap<const MDNode *, MDNode *> &Cache); - unsigned getLine() const; unsigned getCol() const; MDNode *getScope() const; |
