X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fdiv.ll;h=01fcf7f9dcdd1ebf44e930a47d7e07213cf77a2d;hb=ad5727d173bb44334476478038f77c86a74045d7;hp=913d3ccef5c047fc096d7efc96a2c6bcf7ea3cac;hpb=c6cab2415195fe24b5c14e6dc62e1f09da7cf96e;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/div.ll b/test/Transforms/InstCombine/div.ll index 913d3ccef5c..01fcf7f9dcd 100644 --- a/test/Transforms/InstCombine/div.ll +++ b/test/Transforms/InstCombine/div.ll @@ -1,7 +1,7 @@ ; This test makes sure that div instructions are properly eliminated. ; -; RUN: as < %s | opt -instcombine | dis | grep-not div +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep div implementation