Skip to content

Commit

Permalink
Add a comment about A[i+(j+1)].
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90185 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Dan Gohman committed Dec 1, 2009
1 parent 02216ff commit 0488ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Analysis/ScalarEvolution/scev-aa.ll
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; RUN: |& FileCheck %s

; At the time of this writing, -basicaa only misses the example of the form
; A[i+(j+1)] != A[i+j]. However, it does get A[(i+j)+1] != A[i+j].
; A[i+(j+1)] != A[i+j], which can arise from multi-dimensional array references.

target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64"

Expand Down

0 comments on commit 0488ecd

Please sign in to comment.