[Hexagon] Fixing load instruction parsing and reenabling tests.
[oota-llvm.git] / test / CodeGen / PowerPC / pr15630.ll
index c5ba8a4d4f0421a76767bfc8d042d3cc8e5eb259..54a1b36868e964833ac7597c6da4782125f9dc7f 100644 (file)
@@ -8,9 +8,10 @@ entry:
   %newval = alloca i8
   %ordering = alloca i32, align 4
   store i8 %newval_arg, i8* %newval
-  %tmp = load i8* %newval
+  %tmp = load i8, i8* %newval
   store atomic volatile i8 %tmp, i8* %val_arg seq_cst, align 1
   ret void
 }
 
-; CHECK: stwcx.
+; CHECK: sync
+; CHECK: stb