merge two tests and convert to filecheck.
[oota-llvm.git] / test / Transforms / SCCP / select.ll
index 74b20d09c143395065c9f3bd7db8863e7ec64854..b2f1dd2d0f231b35f9b3af3a0b68ee86babfa779 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -sccp | llvm-dis | not grep select
+; RUN: opt < %s -sccp -S | not grep select
 
 define i32 @test1(i1 %C) {
        %X = select i1 %C, i32 0, i32 0         ; <i32> [#uses=1]