• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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---
5name: empty
6tracksRegLiveness: true
7liveins:
8  - { reg: '$edi'}
9body:            |
10  bb.0:
11    ; CHECK-NOT: PATCHABLE_FUNCTION_ENTER
12...
13
14