Modify the LLVM assembly output so that it uses references to represent function...
[oota-llvm.git] / test / Feature / minsize_attr.ll
index 51b133c4bdb751950f6e2230cac2956501793fac..1f915b35a36563110757fcab29b5b19b332035ac 100644 (file)
@@ -1,7 +1,8 @@
 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
 
 define void @test1() minsize {
-; CHECK: define void @test1() minsize
+; CHECK: define void @test1() #0
         ret void
 }
 
+; CHECK: attributes #0 = { minsize }