summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveDebugVariables.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-12-02 18:15:44 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-12-02 18:15:44 +0000
commit9ec20111c399e681afe05edd943db3096113bc10 (patch)
tree6bb419f19f7194bf3069fa7d1c34cd88bd8aeb39 /llvm/lib/CodeGen/LiveDebugVariables.h
parent5f46b89df2cd1800e021dfe013944ac475720458 (diff)
downloadbcm5719-llvm-9ec20111c399e681afe05edd943db3096113bc10.tar.gz
bcm5719-llvm-9ec20111c399e681afe05edd943db3096113bc10.zip
Update LiveDebugVariables during coalescing.
llvm-svn: 120720
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.h')
-rw-r--r--llvm/lib/CodeGen/LiveDebugVariables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.h b/llvm/lib/CodeGen/LiveDebugVariables.h
index 2e4b05267dd..a69b974fe37 100644
--- a/llvm/lib/CodeGen/LiveDebugVariables.h
+++ b/llvm/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 &);
OpenPOWER on IntegriCloud