Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Other / attribute-comment.ll
blobcf4076eec7c8232c6da9394cb47c36d7663e8efd
1 ; RUN: opt -S < %s | FileCheck %s -strict-whitespace
3 ; CHECK: {{^}}; Function Attrs: nounwind ssp memory(none) uwtable{{$}}
4 ; CHECK-NEXT: define void @test1() #0
5 define void @test1() #0 {
6   ret void
9 attributes #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" }