Mercurial > hg > CbC > CbC_llvm
view test/Other/attribute-comment.ll @ 17:5e1f5bc27634
remove codeFlag for llvm type and add __CodeTy
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 05 Oct 2013 22:04:18 +0900 |
parents | 9ad51c7bc036 |
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"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }