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 | fe18a8d9f1b3fb3a8a6e65a79023574623e2739d (patch) | |
| tree | efc3a93c02cd4e5ceacacf1870f066ace4c2c1f9 /llvm | |
| parent | 031ace2a6af5d509b1d1712609dc134e64719d9c (diff) | |
| download | bcm5719-llvm-fe18a8d9f1b3fb3a8a6e65a79023574623e2739d.tar.gz bcm5719-llvm-fe18a8d9f1b3fb3a8a6e65a79023574623e2739d.zip | |
XFAIL this test for now.
llvm-svn: 54929
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll b/llvm/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll index 2377589b0eb..3169f3d9b44 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/2008-08-14-ShadowIV.ll +++ b/llvm/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: |

