diff options
| author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2013-07-01 20:39:50 +0000 |
|---|---|---|
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2013-07-01 20:39:50 +0000 |
| commit | f7152a8596b116a3db3a22698123766be0764e42 (patch) | |
| tree | 980ca1487153cecd4e024506f44a2d1d36857128 /llvm/lib/Target | |
| parent | 4747c71427ca3f52700ebf239ea7333b669f4318 (diff) | |
| download | bcm5719-llvm-f7152a8596b116a3db3a22698123766be0764e42.tar.gz bcm5719-llvm-f7152a8596b116a3db3a22698123766be0764e42.zip | |
[PowerPC] Also add "msync" alias
This adds an alias for "msync" (which is used on Book E
systems instead of "sync").
llvm-svn: 185375
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCInstrInfo.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td index 5c2c59f21be..d535debc223 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.td +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.td @@ -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)>; |

