commit | 134ff353f9ea80924fe4e9bb79f28dac07295eb9 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Oct 01 22:46:33 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Oct 01 22:46:33 2006 +0000 |
tree | 09f4594600a9c6796b9f96c0383f5da22af3590f | |
parent | bfdd19bc010a94a3151582cbb082126e21a9efa7 [diff] |
Fixme is already done llvm-svn: 30685
diff --git a/llvm/lib/Analysis/IPA/GlobalsModRef.cpp b/llvm/lib/Analysis/IPA/GlobalsModRef.cpp index 5c10da5..d4dc18dc 100644 --- a/llvm/lib/Analysis/IPA/GlobalsModRef.cpp +++ b/llvm/lib/Analysis/IPA/GlobalsModRef.cpp
@@ -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)) {