Mercurial > hg > CbC > CbC_llvm
view test/Other/attribute-comment.ll @ 122:36195a0db682
merging ( incomplete )
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 17 Nov 2017 20:32:31 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
; RUN: opt -S < %s | FileCheck %s -strict-whitespace ; CHECK: {{^}}; Function Attrs: nounwind readnone ssp uwtable{{$}} ; CHECK-NEXT: define void @test1() #0 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" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }