Fix test.
[oota-llvm.git] / test / Transforms / TailDup / 2008-06-11-AvoidDupLoopHeader.ll
index 6706527b2e449f2d24c139884029876c43423e4f..03e99bc9bf6aa11739ee8e717d2f3c973133bfbc 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -tailduplicate -taildup-threshold=3 -stats -disable-output | not grep tailduplicate
+; RUN: opt < %s -tailduplicate -taildup-threshold=3 -stats -disable-output |& not grep tailduplicate
 ; XFAIL: *
 
 define i32 @foo(i32 %l) nounwind  {