blob: 3229c93bed9bb09a5ba060525911418369783a5a [file] [log] [blame]
Dean Michael Berris03b8be52016-12-19 09:20:38 +00001# 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---
5name: empty
6tracksRegLiveness: true
7liveins:
8 - { reg: '%edi'}
9body: |
10 bb.0:
11 ; CHECK-NOT: PATCHABLE_FUNCTION_ENTER
12...
13