1 ; RUN: llc -mtriple=x86_64-- -O2 -enable-machine-outliner -debug-pass=Structure < %s -o /dev/null 2>&1 | FileCheck %s
5 ; Confirm that passes that can add CFI instructions run before CFI instruction inserter.
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