summaryrefslogtreecommitdiff
path: root/test/Feature/forceoptsize_attr.ll
blob: 89f2a5fcd810b2d3a36665574bd313ad0542fd21 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llvm-dis | FileCheck %s

define void @test1() forcesizeopt {
; CHECK: define void @test1() forcesizeopt
        ret void
}