[llvm-commits] CVS: reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Sun May 23 02:58:01 PDT 2004
Changes in directory reopt/lib/LightWtProfiling:
UnpackTraceFunction.cpp updated: 1.67 -> 1.68
---
Log message:
Untabify.
---
Diffs of the changes: (+3 -3)
Index: reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp
diff -u reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.67 reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.68
--- reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp:1.67 Sun May 23 02:46:26 2004
+++ reopt/lib/LightWtProfiling/UnpackTraceFunction.cpp Sun May 23 02:57:26 2004
@@ -523,11 +523,11 @@
LiveVariableSet &So = TF->LiveOutSet;
for (LiveVariableSet::iterator SI = So.begin (), SE = So.end ();
SI != SE; ++SI) {
- Value *V = *SI;
+ Value *V = *SI;
std::pair<AllocInfo, AllocInfo> ai = getValueAllocState (TF, V);
AllocInfo &Target = ai.first, &Source = ai.second;
- if (Source != Target)
- insertCopyMachineInstrs (Source, Target, MBB, V->getType ());
+ if (Source != Target)
+ insertCopyMachineInstrs (Source, Target, MBB, V->getType ());
}
// Get the set of registers used in this function which we saved in
More information about the llvm-commits
mailing list