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 | 39d78d623a46479822fe8d90c607487cc9ac77e1 (patch) | |
tree | d27a56496297ad6438d0542a2a0b686bd34673c6 /lib/Analysis/IPA/GlobalsModRef.cpp | |
parent | ab38358fa08bcb4c7c1fc1409bc01408b49de933 (diff) |
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/IPA/GlobalsModRef.cpp')
-rw-r--r-- | lib/Analysis/IPA/GlobalsModRef.cpp | 1 |
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)) { |