Add new testcases
[oota-llvm.git] / test / Transforms / InstCombine / div.ll
index 543bd21238e813e5bba5c239ed403f374ac2fd4d..01fcf7f9dcdd1ebf44e930a47d7e07213cf77a2d 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that div instructions are properly eliminated.
 ;
 
-; RUN: as < %s | opt -instcombine | dis | not grep div
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep div
 
 implementation