blob: 3941e73c217c83b882c8a06f543518364ea2824c [file] [log] [blame]
Brian Gesiak79550f62018-12-19 03:42:19 +00001; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashfuncattr -silence-passes
2; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
3; REQUIRES: loadable_module
4
5; CHECK: f() #[[ATTRS:[0-9]+]]
6define void @f() #0 {
7 ret void
8}
9
10; CHECK: attributes #[[ATTRS]] = { "bugpoint-crash" }
11attributes #0 = { noinline "bugpoint-crash" "no-frame-pointer-elim-non-leaf" }