mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
169e9ba2b2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156609 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
# RUN: llvm-mc --disassemble %s -triple=armv7-linux-gnueabi |& FileCheck %s
|
|
|
|
# CHECK: potentially undefined
|
|
# CHECK: 0xb4 0x38 0x80 0x06
|
|
0xb4 0x38 0x80 0x06
|