mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
80075c482c
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189068 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
444 B
LLVM
10 lines
444 B
LLVM
; 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" }
|