forked from OSchip/llvm-project
7 lines
242 B
ArmAsm
7 lines
242 B
ArmAsm
|
// RUN: not llvm-mc -triple armv8a-none-eabi %s 2>&1 | FileCheck %s
|
||
|
// RUN: not llvm-mc -triple thumbv8a-none-eabi %s 2>&1 | FileCheck %s
|
||
|
|
||
|
it eq
|
||
|
csdbeq
|
||
|
// CHECK: error: instruction 'csdb' is not predicable, but condition code specified
|