[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / tools / llvm-cfi-verify / X86 / unprotected-lineinfo.s
blob687ceb558e5a0d2e093665036a6e1c49c63c9232
1 # RUN: llvm-mc %S/Inputs/unprotected-lineinfo.s -filetype obj \
2 # RUN: -triple x86_64-linux-elf -o %t.o
3 # RUN: llvm-cfi-verify %t.o | FileCheck %s
5 # CHECK-LABEL: {{^Instruction: .* \(FAIL_BAD_CONDITIONAL_BRANCH\)}}
6 # CHECK-NEXT: tiny.cc:11
8 # CHECK: Expected Protected: 0 (0.00%)
9 # CHECK: Unexpected Protected: 0 (0.00%)
10 # CHECK: Expected Unprotected: 0 (0.00%)
11 # CHECK: Unexpected Unprotected (BAD): 1 (100.00%)