For PR1319:
[oota-llvm.git] / test / Analysis / BasicAA / 2006-03-03-BadArraySubscript.ll
index 6c822172392f1a510474b91372d481b136b65045..d7ae66ee9f5e44448d032f31abd8420e3ef43e49 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -aa-eval -disable-output 2>&1 | grep '2 no alias respon'
+; RUN: llvm-upgrade < %s | llvm-as | \
+; RUN:   opt -aa-eval -disable-output |& grep '2 no alias respon'
 
 ;; TEST that A[1][0] may alias A[0][i].