X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FReassociate%2F2002-05-15-MissedTree.ll;h=fce2cdec0ee3e011bf3e6d83ac168b058d995cc4;hb=f4946dff7109f139593586627ad131afa545387f;hp=1d08a1054e26651d62f180e88023f9c254fbefd1;hpb=b064baf85173141ae1db95539b9a6e88829ba592;p=oota-llvm.git diff --git a/test/Transforms/Reassociate/2002-05-15-MissedTree.ll b/test/Transforms/Reassociate/2002-05-15-MissedTree.ll index 1d08a1054e2..fce2cdec0ee 100644 --- a/test/Transforms/Reassociate/2002-05-15-MissedTree.ll +++ b/test/Transforms/Reassociate/2002-05-15-MissedTree.ll @@ -1,9 +1,6 @@ -; RUN: if as < %s | opt -reassociate -instcombine -constprop -die | dis | grep 5 -; RUN: then exit 1 -; RUN: else exit 0 -; RUN: fi +; RUN: llvm-as < %s | opt -reassociate -instcombine -constprop -die | llvm-dis | not grep 5 -int "test"(int %A, int %B) { +int %test(int %A, int %B) { %W = add int %B, -5 %Y = add int %A, 5 %Z = add int %W, %Y