Hopefully fix mingw32 bots.
[oota-llvm.git] / test / Transforms / IndVarSimplify / iv-zext.ll
index d7eb7bd47dc1996893e039ef02f597d96062988f..ed0514b08e332a9807705b9fd140271280c21acd 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t
-; RUN: not grep and %t
-; RUN: not grep zext %t
+; RUN: opt < %s -indvars -S | FileCheck %s
+; CHECK-NOT: and
+; CHECK-NOT: zext
 
-target datalayout = "-p:64:64:64"
+target datalayout = "p:64:64:64-n32:64"
 
 define void @foo(double* %d, i64 %n) nounwind {
 entry: