The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!
[oota-llvm.git] / test / Transforms / TailDup / 2008-06-11-AvoidDupLoopHeader.ll
index 7014f744a8056f2a569306d03f7b382c5c8645df..03e99bc9bf6aa11739ee8e717d2f3c973133bfbc 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -tailduplicate -taildup-threshold=3 -stats -disable-output |& \
-; RUN:   not grep tailduplicate
+; RUN: opt < %s -tailduplicate -taildup-threshold=3 -stats -disable-output |& not grep tailduplicate
+; XFAIL: *
 
 define i32 @foo(i32 %l) nounwind  {
 entry: