summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-29 06:05:38 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-29 06:05:38 +0000
commit52de96920610cc1f1ccfd9dc163c21012836afc1 (patch)
tree316ac61188078b2aee0b05b40c5c04640ed1b2df /include
parent83780350c4bb41f4a9323824721df9341393e2f8 (diff)
downloadllvm-52de96920610cc1f1ccfd9dc163c21012836afc1.tar.gz
llvm-52de96920610cc1f1ccfd9dc163c21012836afc1.tar.bz2
llvm-52de96920610cc1f1ccfd9dc163c21012836afc1.tar.xz
Revert r200340, "Add line table debug info to COFF files when using a win32 triple."
It was incompatible with --target=i686-win32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/DebugLoc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Support/DebugLoc.h b/include/llvm/Support/DebugLoc.h
index f6cd19a61e..f3887293ef 100644
--- a/include/llvm/Support/DebugLoc.h
+++ b/include/llvm/Support/DebugLoc.h
@@ -89,12 +89,6 @@ namespace llvm {
void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
const LLVMContext &Ctx) const;
- /// getScopeNode - Get MDNode for DebugLoc's scope, or null if invalid.
- MDNode *getScopeNode(const LLVMContext &Ctx) const;
-
- // getFnDebugLoc - Walk up the scope chain of given debug loc and find line
- // number info for the function.
- DebugLoc getFnDebugLoc(const LLVMContext &Ctx);
/// getAsMDNode - This method converts the compressed DebugLoc node into a
/// DILocation compatible MDNode.