[Orc] XFAIL a few remote-jit test cases that I missed in r257391.
[oota-llvm.git] / test / Transforms / MemCpyOpt / atomic.ll
index ee7e5488ba323b0a2d01117de68546216006c18b..5be6b1555b560fead4345b54c378f10aa54131fd 100644 (file)
@@ -33,7 +33,7 @@ define void @test2() nounwind uwtable ssp {
   %new = alloca i32
   call void @otherf(i32* nocapture %old)
   store atomic i32 0, i32* @x unordered, align 4
-  %v = load i32* %old
+  %v = load i32, i32* %old
   store i32 %v, i32* %new
   call void @otherf(i32* nocapture %new)  
   ret void