[cfe-commits] r70864 - /cfe/trunk/lib/Analysis/Store.cpp
Ted Kremenek
kremenek at apple.com
Mon May 4 08:14:30 PDT 2009
Author: kremenek
Date: Mon May 4 10:14:27 2009
New Revision: 70864
URL: http://llvm.org/viewvc/llvm-project?rev=70864&view=rev
Log:
Zhongxing already implemented this FIXME.
Modified:
cfe/trunk/lib/Analysis/Store.cpp
Modified: cfe/trunk/lib/Analysis/Store.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/Store.cpp?rev=70864&r1=70863&r2=70864&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/Store.cpp (original)
+++ cfe/trunk/lib/Analysis/Store.cpp Mon May 4 10:14:27 2009
@@ -65,8 +65,6 @@
if (const TypedRegion *TR = dyn_cast<TypedRegion>(R)) {
// Check if we are casting to a region with an integer type. We now
// the types aren't the same, so we construct an ElementRegion.
- // FIXME: We should have a standard query function to get the size
- // of the array index.
SVal Idx = ValMgr.makeZeroIndex();
// If the super region is an element region, strip it away.
More information about the cfe-commits
mailing list