Extend 'readonly' and 'readnone' to work on function arguments as well as
[oota-llvm.git] / test / Transforms / InstCombine / 2007-03-25-BadShiftMask.ll
index dcd70478c66ed5a4c057bd05bbe694e1e9e95986..7e9c9e28c94bd6fc8576a6a642fd27a32048549b 100644 (file)
@@ -1,6 +1,6 @@
 ; PR1271
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
-; RUN:    grep 'icmp eq i32 .tmp.*, 2146435072'
+; RUN: opt < %s -instcombine -S | \
+; RUN:    grep "icmp eq i32 .tmp.*, 2146435072"
 %struct..0anon = type { i32, i32 }
 %struct..1anon = type { double }