Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / CodeGen / Mips / mno-ldc1-sdc1.ll
index f42850fb8ad7f29b07e9ee69030bac361af53c03..c7eda3320bc6662791ccd3382282e825d016f19a 100644 (file)
 
 define double @test_ldc1() {
 entry:
-  %0 = load double* @g0, align 8
+  %0 = load double, double* @g0, align 8
   ret double %0
 }
 
@@ -213,7 +213,7 @@ entry:
 define double @test_ldxc1(double* nocapture readonly %a, i32 %i) {
 entry:
   %arrayidx = getelementptr inbounds double, double* %a, i32 %i
-  %0 = load double* %arrayidx, align 8
+  %0 = load double, double* %arrayidx, align 8
   ret double %0
 }