279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
9 lines
168 B
LLVM
9 lines
168 B
LLVM
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
|
|
|
define void @test1() minsize {
|
|
; CHECK: define void @test1() #0
|
|
ret void
|
|
}
|
|
|
|
; CHECK: attributes #0 = { minsize }
|