From c0a6b981de8efd2c68125edb94bf9ffb933df727 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Mon, 1 Jul 2013 17:06:26 +0000 Subject: [PowerPC] Support "eieio" instruction This adds support for the "eieio" instruction to the asm parser. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185349 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/PowerPC/ppc64-encoding-bookII.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/MC/PowerPC') diff --git a/test/MC/PowerPC/ppc64-encoding-bookII.s b/test/MC/PowerPC/ppc64-encoding-bookII.s index 999505b49a..d066003cfb 100644 --- a/test/MC/PowerPC/ppc64-encoding-bookII.s +++ b/test/MC/PowerPC/ppc64-encoding-bookII.s @@ -37,7 +37,8 @@ # CHECK: sync 2 # encoding: [0x7c,0x40,0x04,0xac] sync 2 -# FIXME: eieio +# CHECK: eieio # encoding: [0x7c,0x00,0x06,0xac] + eieio # FIXME: wait 2 # Extended mnemonics -- cgit v1.2.3