xref: /aosp_15_r20/external/llvm/test/Other/attribute-comment.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: opt -S < %s | FileCheck %s -strict-whitespace
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker; CHECK: {{^}}; Function Attrs: nounwind readnone ssp uwtable{{$}}
4*9880d681SAndroid Build Coastguard Worker; CHECK-NEXT: define void @test1() #0
5*9880d681SAndroid Build Coastguard Workerdefine void @test1() #0 {
6*9880d681SAndroid Build Coastguard Worker  ret void
7*9880d681SAndroid Build Coastguard Worker}
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Workerattributes #0 = { nounwind ssp "less-precise-fpmad"="false" uwtable "no-frame-pointer-elim"="true" readnone "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
10