[llvm-commits] CVS: llvm/lib/Analysis/IPA/GlobalsModRef.cpp
Chris Lattner
sabre at nondot.org
Sun Oct 1 15:46:47 PDT 2006
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)) {
More information about the llvm-commits
mailing list