r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.
[oota-llvm.git] / test / Feature / unions.ll
2010-03-29 Chris Lattneradd support for zero initialized unions, patch by Tim...
2010-03-16 Daniel DunbarRevert r98666 too; it's checkin-without-testing day!
2010-03-16 Chris Lattnertemporarily xfail
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...