Make jumptables work for -static
[oota-llvm.git] / test / CodeGen / Mips / swzero.ll
index da1e036eb997942e57a2cdd902daf70996cea949..9f91a3902d7dc8405b4a140179abe22a38b8197a 100644 (file)
@@ -4,7 +4,8 @@
 
 define void @zero_u(%struct.unaligned* nocapture %p) nounwind {
 entry:
-; CHECK: usw $zero
+; CHECK: swl $zero
+; CHECK: swr $zero
   %x = getelementptr inbounds %struct.unaligned* %p, i32 0, i32 0
   store i32 0, i32* %x, align 1
   ret void