X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fnarrow.ll;h=1b96a06eeb7ff02e6a08f4a13f667af0a5796ee0;hb=45d7963950bdeea10aceb90c3e8eeb8ca8bc1dec;hp=41106e759ce0e3bec0762c4a5a9f06d4e2c83ba3;hpb=ec9a35a6f9143cfa325e0413cc297c48f627973a;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/narrow.ll b/test/Transforms/InstCombine/narrow.ll index 41106e759ce..1b96a06eeb7 100644 --- a/test/Transforms/InstCombine/narrow.ll +++ b/test/Transforms/InstCombine/narrow.ll @@ -1,6 +1,6 @@ ; This file contains various testcases that check to see that instcombine ; is narrowing computations when possible. -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \ +; RUN: opt < %s -instcombine -S | \ ; RUN: grep {ret i1 false} ; test1 - Eliminating the casts in this testcase (by narrowing the AND