summaryrefslogtreecommitdiff
path: root/test/MC/PowerPC
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-07-01 20:39:50 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-07-01 20:39:50 +0000
commit3bd2b92267df204c5633329611cc7ae3e1c11834 (patch)
tree0a7aa5b104ed3c6307414b8b22c54a27d4943271 /test/MC/PowerPC
parentdb8e0bbedb46c9f781f8a32728b1019f34089ed8 (diff)
[PowerPC] Also add "msync" alias
This adds an alias for "msync" (which is used on Book E systems instead of "sync"). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/PowerPC')
-rw-r--r--test/MC/PowerPC/ppc64-encoding-bookII.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/PowerPC/ppc64-encoding-bookII.s b/test/MC/PowerPC/ppc64-encoding-bookII.s
index b6c2e621d42..34ed77aa7f6 100644
--- a/test/MC/PowerPC/ppc64-encoding-bookII.s
+++ b/test/MC/PowerPC/ppc64-encoding-bookII.s
@@ -57,6 +57,8 @@
# CHECK: sync 0 # encoding: [0x7c,0x00,0x04,0xac]
sync
+# CHECK: sync 0 # encoding: [0x7c,0x00,0x04,0xac]
+ msync
# CHECK: sync 1 # encoding: [0x7c,0x20,0x04,0xac]
lwsync
# CHECK: sync 2 # encoding: [0x7c,0x40,0x04,0xac]