X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fbittest.ll;h=84ee7dd602d5c9e9f0354c0f168f9060593c7324;hb=b55dcfe47fbbcfc1dccd07cb27c02b9a86533d05;hp=ad4f2363e008618c3b41c16b7e2bd155e4f65023;hpb=76806b6a434ad5477727d3733d18fe309a1281fe;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/bittest.ll b/test/Transforms/InstCombine/bittest.ll index ad4f2363e00..84ee7dd602d 100644 --- a/test/Transforms/InstCombine/bittest.ll +++ b/test/Transforms/InstCombine/bittest.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | opt -instcombine -simplifycfg | llvm-dis |\ -; RUN: not grep {call void %abort} +; RUN: opt < %s -instcombine -simplifycfg -S |\ +; RUN: not grep "call void @abort" @b_rec.0 = external global i32 ; [#uses=2]