mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
73bc91a5e6
This reverts commit bda6e5bee04c75b1f1332b4fd1ac4e8ef6c3c247. See https://lab.llvm.org/buildbot/#/builders/109/builds/15424 for instance
10 lines
402 B
LLVM
10 lines
402 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 "frame-pointer"="all" readnone "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
|