diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-26 17:14:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-26 17:14:10 +0000 |
commit | 8fe8ac725b05ffabc9ab49ef7fa3f99746f4ee54 (patch) | |
tree | c9c01b7a62cb58650bd71335f965278361427656 /lib/Analysis/ValueTracking.cpp | |
parent | e405c64f6b91635c8884411447ff5756c2e6b4c3 (diff) |
this todo is resolved.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ValueTracking.cpp')
-rw-r--r-- | lib/Analysis/ValueTracking.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/ValueTracking.cpp b/lib/Analysis/ValueTracking.cpp index 5f9d0370f5..37d5ad3287 100644 --- a/lib/Analysis/ValueTracking.cpp +++ b/lib/Analysis/ValueTracking.cpp @@ -1062,7 +1062,6 @@ const Value *llvm::DecomposeGEPExpression(const Value *V, int64_t &BaseOffs, continue; } - // TODO: Could handle linear expressions here like A[X+1], also A[X*4|1]. uint64_t Scale = TD->getTypeAllocSize(*GTI); unsigned Width = cast<IntegerType>(Index->getType())->getBitWidth(); |