X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FTransforms%2FIndVarSimplify%2Fiv-zext.ll;h=ed0514b08e332a9807705b9fd140271280c21acd;hb=69a0d80f55a0994ee857415bcc348d6d54c9ec1a;hp=646e6c00ce6f3c5e1089f87c0d0c46e5a873f32a;hpb=68df750a4f96e1788adef5631281accca2c663cc;p=oota-llvm.git diff --git a/test/Transforms/IndVarSimplify/iv-zext.ll b/test/Transforms/IndVarSimplify/iv-zext.ll index 646e6c00ce6..ed0514b08e3 100644 --- a/test/Transforms/IndVarSimplify/iv-zext.ll +++ b/test/Transforms/IndVarSimplify/iv-zext.ll @@ -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: