Oops, this was not meant to be checked in
authorChris Lattner <sabre@nondot.org>
Sat, 2 Nov 2002 00:26:32 +0000 (00:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 2 Nov 2002 00:26:32 +0000 (00:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4489 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/BottomUpClosure.cpp

index 08c86c5e124fa13d5228dfd3709a16b666ced44b..be5d725b776506f798ebd710ec7c8cd308c4af77 100644 (file)
@@ -139,12 +139,11 @@ DSGraph &BUDataStructures::calculateGraph(Function &F) {
             // 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.