"ret (constexpr)" can't be folded into a Constant. Add a method to
[oota-llvm.git] / test / Transforms / SCCP / apint-basictest.ll
index eaffc1daa3b6e0cf68b33134fe5b1bc8b9f6bf3f..12f8326a7375fc17c4b63a49f7ee1d93a04dba7e 100644 (file)
@@ -1,7 +1,6 @@
 ; This is a basic sanity check for constant propogation.  The add instruction 
 ; should be eliminated.
 
-; RUN: llvm-as < %s | opt -sccp | llvm-dis -o /dev/null -f &&
 ; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep add
 
 define i128 @test(i1 %B) {