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