diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-11-11 04:44:42 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-11-11 04:44:42 +0000 |
commit | 4942f296c944c5499f537600617af18b4dc32ccd (patch) | |
tree | 2d1e6631ba7d2e07cd195c87de3ded7ba526c78e /llvm/test/CodeGen/CellSPU/vec_const.ll | |
parent | 29ac59f25cae74970570bea70f626bf8cd13fb08 (diff) | |
download | bcm5719-llvm-4942f296c944c5499f537600617af18b4dc32ccd.tar.gz bcm5719-llvm-4942f296c944c5499f537600617af18b4dc32ccd.zip |
Un-XFAIL tests now that they're fixed.
llvm-svn: 59023
Diffstat (limited to 'llvm/test/CodeGen/CellSPU/vec_const.ll')
-rw-r--r-- | llvm/test/CodeGen/CellSPU/vec_const.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CellSPU/vec_const.ll b/llvm/test/CodeGen/CellSPU/vec_const.ll index 7bcb2ef08b1..f604100c4c8 100644 --- a/llvm/test/CodeGen/CellSPU/vec_const.ll +++ b/llvm/test/CodeGen/CellSPU/vec_const.ll @@ -18,7 +18,6 @@ ; RUN: grep 11544 %t1.s | count 1 ; RUN: grep 1311768467750121234 %t1.s | count 1 ; RUN: grep lqd %t2.s | count 6 -; XFAIL: * target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128" target triple = "spu-unknown-elf" |