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 | 7b360e7f29ef0c09b2b59f33ee3d0be76389c13e (patch) | |
tree | 3bc39ac0ad26a1fadc51d4b8784c5ac4fb054bf6 /test/CodeGen/Thumb2/cross-rc-coalescing-2.ll | |
parent | ab453e06418cceabc909527dcf38a4914ef61f77 (diff) |
Temporary xfail until PR5367 will be resolved
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/cross-rc-coalescing-2.ll')
-rw-r--r-- | test/CodeGen/Thumb2/cross-rc-coalescing-2.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll b/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll index 4320328e9c..ece53e8cb7 100644 --- a/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll +++ b/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8 | grep fcpys | count 4 +; XFAIL: * define arm_apcscc void @fht(float* nocapture %fz, i16 signext %n) nounwind { entry: |