1; 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} 16