diff options
Diffstat (limited to 'lib/CodeGen/LiveDebugVariables.h')
| -rw-r--r-- | lib/CodeGen/LiveDebugVariables.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/CodeGen/LiveDebugVariables.h b/lib/CodeGen/LiveDebugVariables.h index afe87a52544d..1d7e3d4371a2 100644 --- a/lib/CodeGen/LiveDebugVariables.h +++ b/lib/CodeGen/LiveDebugVariables.h @@ -59,7 +59,7 @@ public:    void emitDebugValues(VirtRegMap *VRM);    /// dump - Print data structures to dbgs(). -  void dump(); +  void dump() const;  private: | 
