[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Apr 2 13:21:58 PST 2005



Changes in directory llvm-poolalloc/lib/PoolAllocate:

PoolAllocate.cpp updated: 1.115 -> 1.116
---
Log message:

remove the fixme and var defn now too :)


---
Diffs of the changes:  (+0 -4)

 PoolAllocate.cpp |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp
diff -u llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.115 llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.116
--- llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp:1.115	Sat Apr  2 15:19:54 2005
+++ llvm-poolalloc/lib/PoolAllocate/PoolAllocate.cpp	Sat Apr  2 15:21:44 2005
@@ -349,10 +349,6 @@
     NI->setName(I->getName());
   }
 
-  // Populate the value map with all of the globals in the program.
-  // FIXME: This should be unnecessary!
-  Module &M = *F.getParent();
-
   // Perform the cloning.
   std::vector<ReturnInst*> Returns;
 {TIME_REGION(X, "CFI");






More information about the llvm-commits mailing list