From 2dcca3a6d8d23b9ad3481e3a6a4d067a60c31ada Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 18 Aug 2008 18:29:54 +0000 Subject: [PATCH] XFAIL this test for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54929 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll b/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll index 2377589b0eb..3169f3d9b44 100644 --- a/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll +++ b/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep "phi double" | count 1 +; XFAIL: * define void @foobar(i32 %n) nounwind { entry: -- 2.34.1