diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-08-18 18:29:54 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-08-18 18:29:54 +0000 |
commit | 2dcca3a6d8d23b9ad3481e3a6a4d067a60c31ada (patch) | |
tree | 27745cdd69e349c537d3ee543904346242b6451c | |
parent | d6664311acbd05a8a710ccea8f9f5fdbfa35f834 (diff) |
XFAIL this test for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54929 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll b/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll index 2377589b0e..3169f3d9b4 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: |