Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / div.ll
index 542fccf3ab2efde9d40c69221e3045429682fad2..0d1398082601e62d05a9276d3b65f720612087d3 100644 (file)
@@ -1,6 +1,6 @@
 ; This test makes sure that div instructions are properly eliminated.
 
-; RUN: opt %s -instcombine | llvm-dis | not grep div
+; RUN: opt < %s -instcombine -S | not grep div
 
 define i32 @test1(i32 %A) {
         %B = sdiv i32 %A, 1             ; <i32> [#uses=1]