blob: af74a46b27c6ddf19aab753aef9254c202238374 (
plain)
1
2
3
4
5
6
|
// 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
|