blob: 7e811b635ebe057a681556b485acfbf99c2d3129 [file] [log] [blame]
; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
; CHECK-LABEL: llvm.func @frame_pointer_func
; CHECK-SAME: attributes {frame_pointer = #llvm.framePointerKind<"non-leaf">}
define void @frame_pointer_func() "frame-pointer"="non-leaf" {
ret void
}