Update LiveDebugVariables during coalescing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen
2010-12-02 18:15:44 +00:00
parent 1ab4b211ea
commit 30e2128a73
3 changed files with 56 additions and 0 deletions

View File

@ -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 &);