diff options
Diffstat (limited to 'test/Other/attribute-comment.ll')
-rw-r--r-- | test/Other/attribute-comment.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/attribute-comment.ll b/test/Other/attribute-comment.ll index 7354e7f765fde..d12b179ef0839 100644 --- a/test/Other/attribute-comment.ll +++ b/test/Other/attribute-comment.ll @@ -6,4 +6,4 @@ define void @test1() #0 { ret void } -attributes #0 = { nounwind ssp "less-precise-fpmad"="false" uwtable "no-frame-pointer-elim"="true" readnone "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } +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" } |