diff options
author | Eric Christopher <echristo@apple.com> | 2012-03-15 21:33:39 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-03-15 21:33:39 +0000 |
commit | 6a0c679762207bcc37bbe4ef8d3be24a8db14501 (patch) | |
tree | adf72133bfcb2383a0d9cdc9738f33b47b7b5f76 /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | be153e6610e4ebfa903ff013b8d3ae3fd12056c1 (diff) | |
download | bcm5719-llvm-6a0c679762207bcc37bbe4ef8d3be24a8db14501.tar.gz bcm5719-llvm-6a0c679762207bcc37bbe4ef8d3be24a8db14501.zip |
Tabs.
llvm-svn: 152842
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index 7241334dffd..2187833031e 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.cpp +++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp @@ -226,7 +226,7 @@ public: LiveInterval *LI, const VNInfo *VNI, SmallVectorImpl<SlotIndex> *Kills, LiveIntervals &LIS, MachineDominatorTree &MDT, - UserValueScopes &UVS); + UserValueScopes &UVS); /// addDefsFromCopies - The value in LI/LocNo may be copies to other /// registers. Determine if any of the copies are available at the kill @@ -486,7 +486,7 @@ void UserValue::extendDef(SlotIndex Idx, unsigned LocNo, LiveInterval *LI, const VNInfo *VNI, SmallVectorImpl<SlotIndex> *Kills, LiveIntervals &LIS, MachineDominatorTree &MDT, - UserValueScopes &UVS) { + UserValueScopes &UVS) { SmallVector<SlotIndex, 16> Todo; Todo.push_back(Idx); do { @@ -620,7 +620,7 @@ void UserValue::computeIntervals(MachineRegisterInfo &MRI, LiveIntervals &LIS, MachineDominatorTree &MDT, - UserValueScopes &UVS) { + UserValueScopes &UVS) { SmallVector<std::pair<SlotIndex, unsigned>, 16> Defs; // Collect all defs to be extended (Skipping undefs). |