X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FTransforms%2FInstCombine%2Fapint-and2.ll;h=78dc8f990d08f488843adc4386e8deef17e43267;hb=a5ae7c1c9fdbaaa648ae7bcf945ce714fcba91cc;hp=9ae0b5d978236d90d560cd05b6cd005ae042b7ed;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/apint-and2.ll b/test/Transforms/InstCombine/apint-and2.ll index 9ae0b5d9782..78dc8f990d0 100644 --- a/test/Transforms/InstCombine/apint-and2.ll +++ b/test/Transforms/InstCombine/apint-and2.ll @@ -1,7 +1,7 @@ ; This test makes sure that and instructions are properly eliminated. ; This test is for Integer BitWidth > 64 && BitWidth <= 1024. -; RUN: opt %s -instcombine | llvm-dis | not grep {and } +; RUN: opt < %s -instcombine -S | not grep "and " ; END.