Changes in directory llvm/lib/Analysis/IPA:

GlobalsModRef.cpp updated: 1.22 -> 1.23
---
Log message:

Fixme is already done


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

 GlobalsModRef.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Analysis/IPA/GlobalsModRef.cpp
diff -u llvm/lib/Analysis/IPA/GlobalsModRef.cpp:1.22 
llvm/lib/Analysis/IPA/GlobalsModRef.cpp:1.23
--- llvm/lib/Analysis/IPA/GlobalsModRef.cpp:1.22        Sun Oct  1 17:36:45 2006
+++ llvm/lib/Analysis/IPA/GlobalsModRef.cpp     Sun Oct  1 17:46:33 2006
@@ -304,7 +304,6 @@
       // Check the value being stored.
       Value *Ptr = getUnderlyingObject(SI->getOperand(0));
 
-      // FIXME: handle calloc.
       if (isa<MallocInst>(Ptr)) {
         // Okay, easy case.
       } else if (CallInst *CI = dyn_cast<CallInst>(Ptr)) {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to