Home | History | Annotate | Download | only in Feature
      1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
      2 
      3 define void @test1() minsize {
      4 ; CHECK: define void @test1() #0
      5         ret void
      6 }
      7 
      8 ; CHECK: attributes #0 = { minsize }
      9