[PowerPC] Use sync inst alias when printing
[oota-llvm.git] / test / CodeGen / PowerPC / atomics-fences.ll
index 09dd61f4ac5384c671cb60a824469057ccfe795f..c015fa6eefb05f87c0ea83015719032938ea4f1e 100644 (file)
@@ -21,8 +21,7 @@ define void @fence_release() {
 }
 define void @fence_seq_cst() {
 ; CHECK-LABEL: fence_seq_cst
-; CHECK: sync 0
-; PPC440-NOT: sync 0
+; CHECK: sync
 ; PPC440: msync
   fence seq_cst
   ret void