DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
[oota-llvm.git] / test / Transforms / InstCombine / 2008-07-08-SubAnd.ll
index bf3afb9e3bb1d54a0b269e5abcc3934115eac866..a3d44cb2467aa1b9850f3cff9173f9975c377a7e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep -v {i32 8}
+; RUN: opt < %s -instcombine -S | grep -v "i32 8"
 ; PR2330
 
 define i32 @a(i32 %a) nounwind  {