[PowerPC] Also add "msync" alias
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.td
index 5c2c59f21beda91040e3ccc39a74ee6a559a67c4..d535debc223f5ae394d501d0dad09eea935946f2 100644 (file)
@@ -2286,6 +2286,7 @@ class PPCAsmPseudo<string asm, dag iops>
 def : InstAlias<"sc", (SC 0)>;
 
 def : InstAlias<"sync", (SYNC 0)>;
+def : InstAlias<"msync", (SYNC 0)>;
 def : InstAlias<"lwsync", (SYNC 1)>;
 def : InstAlias<"ptesync", (SYNC 2)>;