test: Prefer CHECK-LABEL to CHECK in branchweight tests
[oota-llvm.git] / test / Transforms / ConstProp / 2002-09-03-SetCC-Bools.ll
index 781d796506c85c24cbdd8ecc1374eddf91591d1a..dd24d965620cee7aa0822971985411604b9bacb0 100644 (file)
@@ -1,6 +1,6 @@
 ; SetCC on boolean values was not implemented!
 
-; RUN: llvm-as < %s | opt -constprop -die | llvm-dis | \
+; RUN: opt < %s -constprop -die -S | \
 ; RUN:   not grep set
 
 define i1 @test1() {