Fix warning when assertions disabled.
[oota-llvm.git] / test / Transforms / SCCP / apint-ipsccp4.ll
index 67d99e4c34d02cb3ed7da2fa7aa27d2eb679a03d..de355d1d50e1d340d274f99a4065fddc1ca1c21c 100644 (file)
@@ -1,7 +1,5 @@
 ; This test makes sure that these instructions are properly constant propagated.
-;
 
-; RUN: llvm-as < %s | opt -ipsccp | llvm-dis -o /dev/null -f &&
 ; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | not grep load
 ; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | not grep add
 ; RUN: llvm-as < %s | opt -ipsccp | llvm-dis | not grep phi