summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-03-29 17:20:31 +0000
committerDevang Patel <dpatel@apple.com>2010-03-29 17:20:31 +0000
commit553881bddcdeb66c0ae06bf9f62ca63b9f29b2e8 (patch)
treed789cfac5cc11cfa65ee08492abe054b03e9774b /include/llvm/CodeGen/AsmPrinter.h
parentf283e40b6a48368a1713bddbb8556797bfec130b (diff)
downloadllvm-553881bddcdeb66c0ae06bf9f62ca63b9f29b2e8.tar.gz
llvm-553881bddcdeb66c0ae06bf9f62ca63b9f29b2e8.tar.bz2
llvm-553881bddcdeb66c0ae06bf9f62ca63b9f29b2e8.tar.xz
Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinter.cpp.
This is same as r99772 (which was reverted) with just one meaningful difference where two source lines exchanged their positions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99816 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 2cd477e806..ffeb44da7b 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -47,7 +47,6 @@ namespace llvm {
class MCSection;
class MCStreamer;
class MCSymbol;
- class MDNode;
class DwarfWriter;
class Mangler;
class MCAsmInfo;
@@ -138,9 +137,6 @@ namespace llvm {
mutable unsigned Counter;
mutable unsigned SetCounter;
- // Private state for processDebugLoc()
- mutable const MDNode *PrevDLT;
-
protected:
explicit AsmPrinter(formatted_raw_ostream &o, TargetMachine &TM,
MCStreamer &Streamer);