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 | ac8ab789ac6de1d4d40cde6e7847c9e21ac31c35 (patch) | |
tree | b13cc7f4d92aeaef906aaceee0a8f5b3b271e1b1 /test/Transforms | |
parent | 175f9d94db934dbd7630b95b6ca08d1f3e52e1fe (diff) |
xfail
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55914 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r-- | test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll b/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll index 49df675e58..08fadd0f39 100644 --- a/test/Transforms/LoopStrengthReduce/2008-09-02-IVType.ll +++ b/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] } |