Add new testcases
[oota-llvm.git] / test / Transforms / InstCombine / div.ll
index 913d3ccef5c047fc096d7efc96a2c6bcf7ea3cac..01fcf7f9dcdd1ebf44e930a47d7e07213cf77a2d 100644 (file)
@@ -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