[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp

Chris Lattner lattner at cs.uiuc.edu
Fri Nov 1 18:27:01 PST 2002


Changes in directory llvm/lib/Analysis/DataStructure:

BottomUpClosure.cpp updated: 1.27 -> 1.28

---
Log message:

Oops, this was not meant to be checked in


---
Diffs of the changes:

Index: llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp
diff -u llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp:1.27 llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp:1.28
--- llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp:1.27	Fri Nov  1 18:13:20 2002
+++ llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp	Fri Nov  1 18:26:32 2002
@@ -139,12 +139,11 @@
             // Record that the original DSCallSite was a call site of FI.
             // This may or may not have been known when the DSCallSite was
             // originally created.
-#if 1  /// FIXME: Reenable
             std::vector<DSCallSite> &CallSitesForFunc = CallSites[&FI];
             CallSitesForFunc.push_back(Call);
             CallSitesForFunc.back().setResolvingCaller(&F);
             CallSitesForFunc.back().setCallee(0);
-#endif
+
             // Clone the callee's graph into the current graph, keeping
             // track of where scalars in the old graph _used_ to point,
             // and of the new nodes matching nodes of the old graph.





More information about the llvm-commits mailing list