diff options
author | Devang Patel <dpatel@apple.com> | 2008-09-08 16:24:30 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-09-08 16:24:30 +0000 |
commit | d92a8216ecb7f8b96fc7ac804b7f495eaa8693d9 (patch) | |
tree | c5ac8c377271dc74578e586de3db54e48fecfd11 /llvm | |
parent | 538a7f479a4afe702ff1da9f85bc80ad4a25f015 (diff) | |
download | bcm5719-llvm-d92a8216ecb7f8b96fc7ac804b7f495eaa8693d9.tar.gz bcm5719-llvm-d92a8216ecb7f8b96fc7ac804b7f495eaa8693d9.zip |
xfail
llvm-svn: 55914
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll b/llvm/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll index 49df675e588..08fadd0f398 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll @@ -1,5 +1,6 @@ ; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep sext | count 1 ; ModuleID = '<stdin>' +; XFAIL: * %struct.App1Marker = type <{ i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 }> %struct.ComponentInstanceRecord = type <{ [1 x i32] }> %struct.DCPredictors = type { [5 x i16] } |