[mips] Fix fcopysign for MIPS-IV and add the test.
[oota-llvm.git] / test / CodeGen / Mips / swzero.ll
index 2441ca29dda86604ee4213b3de896b8ca4f0a5dc..9f91a3902d7dc8405b4a140179abe22a38b8197a 100644 (file)
@@ -4,6 +4,7 @@
 
 define void @zero_u(%struct.unaligned* nocapture %p) nounwind {
 entry:
+; CHECK: swl $zero
 ; CHECK: swr $zero
   %x = getelementptr inbounds %struct.unaligned* %p, i32 0, i32 0
   store i32 0, i32* %x, align 1