[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit structs...
[oota-llvm.git] / test / CodeGen / Mips / zeroreg.ll
index a1b6cb0322b1ac9d7eff117c984ceeeb8a55352b..c766d3b3cc2a961004f7c1c702d336d5d3b4948f 100644 (file)
@@ -8,7 +8,7 @@
 
 @g1 = external global i32
 
-define i32 @sel_icmp_nez_i32_z0(i32 %s) nounwind readonly {
+define i32 @sel_icmp_nez_i32_z0(i32 signext %s) nounwind readonly {
 entry:
 ; ALL-LABEL: sel_icmp_nez_i32_z0:
 
@@ -30,7 +30,7 @@ entry:
   ret i32 %cond
 }
 
-define i32 @sel_icmp_nez_i32_z1(i32 %s) nounwind readonly {
+define i32 @sel_icmp_nez_i32_z1(i32 signext %s) nounwind readonly {
 entry:
 ; ALL-LABEL: sel_icmp_nez_i32_z1: