diff options
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 &); |