[mips] Add missing signext attributes to MSA basic operations tests. NFC.
[oota-llvm.git] / test / CodeGen / Mips / mips64sinttofpsf.ll
index d3d46036f7da6b0cd85765934a0a8be6e8053e3a..7bd75bbe15b4ebc76a6a5e41c695f517c6eca1d0 100644 (file)
@@ -5,7 +5,7 @@ define double @foo() #0 {
 entry:
   %x = alloca i32, align 4
   store volatile i32 -32, i32* %x, align 4
-  %0 = load volatile i32* %x, align 4
+  %0 = load volatile i32, i32* %x, align 4
   %conv = sitofp i32 %0 to double
   ret double %conv