diff options
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.h')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.h | 3 |
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 &); |