Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / cast-and-cast.ll
index f90cb7499aff79b194932fd403c1e53a8fb2363d..eda9d998be9cb3b02d9a508cb27e74f0d49f2b84 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
 ; RUN:   not grep bitcast
 
 define i1 @test1(i32 %val) {