xref: /llvm-project/llvm/test/Other/attribute-comment.ll (revision 304f1d59ca41872c094def3aee0a8689df6aa398)
1; RUN: opt -S < %s | FileCheck %s -strict-whitespace
2
3; CHECK: {{^}}; Function Attrs: nounwind ssp memory(none) uwtable{{$}}
4; CHECK-NEXT: define void @test1() #0
5define void @test1() #0 {
6  ret void
7}
8
9attributes #0 = { nounwind ssp "less-precise-fpmad"="false" uwtable "frame-pointer"="all" readnone "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
10