You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
291 B
12 lines
291 B
4 months ago
|
# RUN: llvm-mc --disassemble %s -triple=arm-apple-darwin9 2>&1 | FileCheck %s
|
||
|
|
||
|
# rdar://11437956
|
||
|
|
||
|
# CHECK: warning: invalid instruction encoding
|
||
|
# CHECK: 0x90 0x00 0xc0 0xe7
|
||
|
0x90 0x00 0xc0 0xe7
|
||
|
|
||
|
# CHECK: warning: invalid instruction encoding
|
||
|
# CHECK: 0x90 0x01 0xc0 0xe7
|
||
|
0x90 0x01 0xc0 0xe7
|