• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: not llvm-mc -triple   armv8a-none-eabi %s 2>&1 | FileCheck %s
2// RUN: not llvm-mc -triple thumbv8a-none-eabi %s 2>&1 | FileCheck %s
3
4  it eq
5  csdbeq
6// CHECK: error: instruction 'csdb' is not predicable, but condition code specified
7