aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-12-01 01:38:10 +0000
committerDan Gohman <gohman@apple.com>2009-12-01 01:38:10 +0000
commit0488ecdd166a18a2f40ec3bc6d2924469a3f45ab (patch)
treec07ddd595691b3840a6556a7e07a0840b87136fc /test/Analysis
parent02216ff01e03b0dc96c900f250588fc0bd059480 (diff)
downloadexternal_llvm-0488ecdd166a18a2f40ec3bc6d2924469a3f45ab.zip
external_llvm-0488ecdd166a18a2f40ec3bc6d2924469a3f45ab.tar.gz
external_llvm-0488ecdd166a18a2f40ec3bc6d2924469a3f45ab.tar.bz2
Add a comment about A[i+(j+1)].
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/ScalarEvolution/scev-aa.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/scev-aa.ll b/test/Analysis/ScalarEvolution/scev-aa.ll
index 371d07c..e07aca2 100644
--- a/test/Analysis/ScalarEvolution/scev-aa.ll
+++ b/test/Analysis/ScalarEvolution/scev-aa.ll
@@ -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"