blob: d2f47c2d66b5f718be1cf18ff347b7ef69cb9b04 [file] [log] [blame]
Petar Jovanovice2bfcd62018-04-24 10:32:08 +00001; RUN: llc -mtriple=x86_64-- -O2 -enable-machine-outliner -debug-pass=Structure < %s -o /dev/null 2>&1 | FileCheck %s
2
3; REQUIRES: asserts
4
5; Confirm that passes that can add CFI instructions run before CFI instruction inserter.
6
7; CHECK-LABEL: Pass Arguments:
8; CHECK: Check CFA info and insert CFI instructions if needed
9; CHECK-NOT: X86 Optimize Call Frame
10; CHECK-NOT: Prologue/Epilogue Insertion & Frame Finalization
11; CHECK-NOT: Machine Outliner
12
13define void @f() {
14 ret void
15}