diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-12-02 18:15:44 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-12-02 18:15:44 +0000 |
commit | 30e2128a731e5a0bcac45a6a79a03bdedce68a0a (patch) | |
tree | a8a5e0cfd89c3e580072681ff23340e004549298 /lib/CodeGen/LiveDebugVariables.h | |
parent | 1ab4b211ea5165445b791277507d58dcf1e46688 (diff) |
Update LiveDebugVariables during coalescing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveDebugVariables.h')
-rw-r--r-- | lib/CodeGen/LiveDebugVariables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/LiveDebugVariables.h b/lib/CodeGen/LiveDebugVariables.h index 2e4b05267d..a69b974fe3 100644 --- a/lib/CodeGen/LiveDebugVariables.h +++ b/lib/CodeGen/LiveDebugVariables.h @@ -44,6 +44,9 @@ public: /// that happened during register allocation. void emitDebugValues(); + /// dump - Print data structures to dbgs(). + void dump(); + private: virtual bool runOnMachineFunction(MachineFunction &); |