[mips] Correct 128-bit shifts on 64-bit targets.
[oota-llvm.git] / test / CodeGen / Mips / sitofp-selectcc-opt.ll
index 576cbd8e96374a209b24cca1a9a1daa941dc11f3..c60fceb1a04c0a7e25374cfc84ed89b0f85e476c 100644 (file)
@@ -14,7 +14,7 @@ entry:
   %tobool1. = or i1 %tobool1, %not.tobool
   %lor.ext = zext i1 %tobool1. to i32
   %conv = sitofp i32 %lor.ext to double
-  %1 = load double* @foo12.d4, align 8
+  %1 = load double, double* @foo12.d4, align 8
   %add = fadd double %conv, %1
   store double %add, double* @foo12.d4, align 8
   ret double %add