[llvm-commits] [llvm] r78384 - /llvm/trunk/test/Analysis/LoopDependenceAnalysis/siv-strong.ll

Andreas Bolka a at bolka.at
Fri Aug 7 08:42:33 PDT 2009


Author: abolka
Date: Fri Aug  7 10:42:32 2009
New Revision: 78384

URL: http://llvm.org/viewvc/llvm-project?rev=78384&view=rev
Log:
Fix Strong-SIV testcase.

Modified:
    llvm/trunk/test/Analysis/LoopDependenceAnalysis/siv-strong.ll

Modified: llvm/trunk/test/Analysis/LoopDependenceAnalysis/siv-strong.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/LoopDependenceAnalysis/siv-strong.ll?rev=78384&r1=78383&r2=78384&view=diff

==============================================================================
--- llvm/trunk/test/Analysis/LoopDependenceAnalysis/siv-strong.ll (original)
+++ llvm/trunk/test/Analysis/LoopDependenceAnalysis/siv-strong.ll Fri Aug  7 10:42:32 2009
@@ -74,7 +74,7 @@
 ; CHECK: 0,2: dep
 ; CHECK: 1,2: ind
   %i.next = add i64 %i, 1
-  %exitcond = icmp eq i64 %i.next, 256
+  %exitcond = icmp eq i64 %i.next, 10
   br i1 %exitcond, label %for.end, label %for.body
 
 for.end:





More information about the llvm-commits mailing list