Remove the unused 4th operand for DIFile debug info metadata
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-29-AddICmp.ll
index 43604b8b130045b08e2f982b8c3c6ce640d4b005..1f9c47c4f1ee5c1766aa530cf030c677f297496c 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {a.off}
+; RUN: opt < %s -instcombine -S | not grep "a.off"
+; PR1949
 
 define i1 @test1(i32 %a) {
   %a.off = add i32 %a, 4          ; <i32> [#uses=1]