Reapply r237453 with a fix for the test timeouts.
[oota-llvm.git] / test / Transforms / InstCombine / apint-div1.ll
index e9aa579b958356cc63b455b4e308c46581e04e5c..68aadac1de44fd27d4de55799ebead5d77e87b3f 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that div instructions are properly eliminated.
 ; This test is for Integer BitWidth < 64 && BitWidth % 2 != 0.
 ;
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep div
+; RUN: opt < %s -instcombine -S | not grep div
 
 
 define i33 @test1(i33 %X) {