summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/ARM/invalid-instruction.s
blob: a63300cadffea58c162f19c79e2b3b4f76be5338 (plain)
1
2
3
4
5
6
7
8
9
@RUN: llvm-mc -triple arm-unknown-linux -filetype=obj %s | llvm-objdump -d - | FileCheck %s

.text
  b l0
  .inst 0xffffffff
l0:

@CHECK:            0: 00 00 00 ea   b #0 <l0>
@CHECK-NEXT:       4: ff ff ff ff  <unknown>
OpenPOWER on IntegriCloud