aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-06-12 20:55:39 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-06-12 20:55:39 +0000
commit01247f9d6b09cb9f414583f74194d70e5e4c27a3 (patch)
treeda74a8f83132bcfd314234ecaf57f8515b0ea206 /test
parent9334fc68a7a03b4c2318422f08138b8711cb7526 (diff)
downloadexternal_llvm-01247f9d6b09cb9f414583f74194d70e5e4c27a3.zip
external_llvm-01247f9d6b09cb9f414583f74194d70e5e4c27a3.tar.gz
external_llvm-01247f9d6b09cb9f414583f74194d70e5e4c27a3.tar.bz2
Revert 52223.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll b/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
index 7014f74..c29e7d4 100644
--- a/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
+++ b/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -tailduplicate -taildup-threshold=3 -stats -disable-output |& \
-; RUN: not grep tailduplicate
+; RUN: llvm-as < %s | opt -tailduplicate -taildup-threshold=3 -stats -disable-output | not grep tailduplicate
+; XFAIL: *
define i32 @foo(i32 %l) nounwind {
entry: