[llvm-commits] [llvm] r65058 - /llvm/branches/Apple/Dib/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll

Bill Wendling isanbard at gmail.com
Thu Feb 19 11:24:13 PST 2009


Author: void
Date: Thu Feb 19 13:24:13 2009
New Revision: 65058

URL: http://llvm.org/viewvc/llvm-project?rev=65058&view=rev
Log:
Revert this back to r64866.

Modified:
    llvm/branches/Apple/Dib/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll

Modified: llvm/branches/Apple/Dib/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll?rev=65058&r1=65057&r2=65058&view=diff

==============================================================================
--- llvm/branches/Apple/Dib/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll (original)
+++ llvm/branches/Apple/Dib/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll Thu Feb 19 13:24:13 2009
@@ -1,6 +1,5 @@
 ; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t
-; RUN: grep sext %t | count 2
-; RUN: grep { = sext i32 %n to i64} %t
+; RUN: grep sext %t | count 1
 ; RUN: grep phi %t | count 1
 ; RUN: grep {phi i64} %t
 





More information about the llvm-commits mailing list