Benjamin Kramer | 0baf8f4 | 2013-04-19 11:43:21 +0000 | [diff] [blame] | 1 | ; RUN: opt -S < %s | FileCheck %s -strict-whitespace |
| 2 | |
| 3 | ; CHECK: {{^}}; Function Attrs: nounwind readnone ssp uwtable{{$}} |
| 4 | ; CHECK-NEXT: define void @test1() #0 |
| 5 | define void @test1() #0 { |
| 6 | ret void |
| 7 | } |
| 8 | |
Bill Wendling | 187d3dd | 2013-08-22 21:28:54 +0000 | [diff] [blame] | 9 | attributes #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" } |