blob: 1f915b35a36563110757fcab29b5b19b332035ac [file] [log] [blame]
Quentin Colombet5799e9f2012-10-30 16:32:52 +00001; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
3define void @test1() minsize {
Bill Wendling90bc19c2013-02-20 07:21:42 +00004; CHECK: define void @test1() #0
Quentin Colombet5799e9f2012-10-30 16:32:52 +00005 ret void
6}
7
Bill Wendling90bc19c2013-02-20 07:21:42 +00008; CHECK: attributes #0 = { minsize }