summaryrefslogtreecommitdiff
path: root/lib/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-01 22:46:33 +0000
committerChris Lattner <sabre@nondot.org>2006-10-01 22:46:33 +0000
commit39d78d623a46479822fe8d90c607487cc9ac77e1 (patch)
treed27a56496297ad6438d0542a2a0b686bd34673c6 /lib/Analysis
parentab38358fa08bcb4c7c1fc1409bc01408b49de933 (diff)
downloadllvm-39d78d623a46479822fe8d90c607487cc9ac77e1.tar.gz
llvm-39d78d623a46479822fe8d90c607487cc9ac77e1.tar.bz2
llvm-39d78d623a46479822fe8d90c607487cc9ac77e1.tar.xz
Fixme is already done
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/IPA/GlobalsModRef.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/GlobalsModRef.cpp b/lib/Analysis/IPA/GlobalsModRef.cpp
index 5c10da5527..d4dc18dc71 100644
--- a/lib/Analysis/IPA/GlobalsModRef.cpp
+++ b/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)) {