Add AArch64 as an experimental target.
[oota-llvm.git] / test / MC / Disassembler / AArch64 / ldp-offset-predictable.txt
1 # RUN: llvm-mc -triple=aarch64 -disassemble < %s 2>&1 | FileCheck %s
2
3 # Stores are OK.
4 0xe0 0x83 0x00 0xa9
5 # CHECK-NOT: potentially undefined instruction encoding
6 # CHECK: stp x0, x0, [sp, #8]
7