X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fand-compare.ll;fp=test%2FTransforms%2FInstCombine%2Fand-compare.ll;h=c30a245e4156587dff289156a765456b4a15970d;hb=3e054fe9efc64596534bbae0d1634ed15181d642;hp=97a3f17f55ba9248f497501fdf74732e0f3547a7;hpb=f31657990191d5b2bb1eb3bd95020fc3375f0e3d;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/and-compare.ll b/test/Transforms/InstCombine/and-compare.ll index 97a3f17f55b..c30a245e415 100644 --- a/test/Transforms/InstCombine/and-compare.ll +++ b/test/Transforms/InstCombine/and-compare.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | \ +; RUN: opt < %s -instcombine -S | \ ; RUN: grep and | count 1 ; Should be optimized to one and.