diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-01 22:46:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-01 22:46:33 +0000 |
commit | 134ff353f9ea80924fe4e9bb79f28dac07295eb9 (patch) | |
tree | 09f4594600a9c6796b9f96c0383f5da22af3590f /llvm/lib | |
parent | bfdd19bc010a94a3151582cbb082126e21a9efa7 (diff) | |
download | bcm5719-llvm-134ff353f9ea80924fe4e9bb79f28dac07295eb9.tar.gz bcm5719-llvm-134ff353f9ea80924fe4e9bb79f28dac07295eb9.zip |
Fixme is already done
llvm-svn: 30685
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Analysis/IPA/GlobalsModRef.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/GlobalsModRef.cpp b/llvm/lib/Analysis/IPA/GlobalsModRef.cpp index 5c10da55278..d4dc18dc714 100644 --- a/llvm/lib/Analysis/IPA/GlobalsModRef.cpp +++ b/llvm/lib/Analysis/IPA/GlobalsModRef.cpp @@ -304,7 +304,6 @@ bool GlobalsModRef::AnalyzeIndirectGlobalMemory(GlobalValue *GV) { // 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)) { |