Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / constant-fold-ptr-casts.ll
index 27c46068918492bc2981ce57127d43c187c085aa..9b6c6c3f58f29dad1e81b011bb886fb23b53b46c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {ret i32 2143034560}
+; RUN: opt < %s -instcombine -S | grep {ret i32 2143034560}
 
 ; Instcombine should be able to completely fold this code.