diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-11-03 00:37:36 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-11-03 00:37:36 +0000 |
commit | 2c2dc9f64f29cfdf8f90ac7a8b38090aa79b4d6d (patch) | |
tree | 537d21b4e646e1877c8915a6daa03a982efebe53 /llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll | |
parent | fbe0256b23261fa4a0ef8934442b89813390eb98 (diff) | |
download | bcm5719-llvm-2c2dc9f64f29cfdf8f90ac7a8b38090aa79b4d6d.tar.gz bcm5719-llvm-2c2dc9f64f29cfdf8f90ac7a8b38090aa79b4d6d.zip |
Temporary xfail until PR5367 will be resolved
llvm-svn: 85848
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll b/llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll index 76474746ee4..8f646946f42 100644 --- a/llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll +++ b/llvm/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll @@ -1,6 +1,7 @@ ; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mattr=+neon -arm-use-neon-fp ; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mattr=+neon -arm-use-neon-fp | not grep fcpys ; rdar://7117307 +; XFAIL: * %struct.Hosp = type { i32, i32, i32, %struct.List, %struct.List, %struct.List, %struct.List } %struct.List = type { %struct.List*, %struct.Patient*, %struct.List* } |