[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / xray-empty-function.mir
blob178771a3c63afcdd467035633833afc9e4c52736
1 # RUN: llc -run-pass xray-instrumentation -mtriple=x86_64-unknown-linux-gnu -o - %s | FileCheck %s
3 # Make sure we can handle empty functions.
4 ---
5 name: empty
6 tracksRegLiveness: true
7 liveins:
8   - { reg: '$edi'}
9 body:            |
10   bb.0:
11     ; CHECK-NOT: PATCHABLE_FUNCTION_ENTER
12 ...