blob: 3229c93bed9bb09a5ba060525911418369783a5a [file] [log] [blame]
# RUN: llc -run-pass xray-instrumentation -mtriple=x86_64-unknown-linux-gnu -o - %s | FileCheck %s
#
# Make sure we can handle empty functions.
---
name: empty
tracksRegLiveness: true
liveins:
- { reg: '%edi'}
body: |
bb.0:
; CHECK-NOT: PATCHABLE_FUNCTION_ENTER
...