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