Remove unused field in DISubprogram
[oota-llvm.git] / test / Transforms / InstCombine / zext-fold.ll
index 690a2275e0629cecbf349c47b827018cafa123cb..e5f316b8111c3ebca5cc91731b88d85056e98a37 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {zext } | count 1
+; RUN: opt < %s -instcombine -S | grep "zext " | count 1
 ; PR1570
-; XFAIL: *
 
 define i32 @test2(float %X, float %Y) {
 entry: