1 # RUN: llc -run-pass xray-instrumentation -mtriple=x86_64-unknown-linux-gnu -o - %s | FileCheck %s
2 #
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 ...
13
14