Add a testcase for the previous commit.

llvm-svn: 166425
This commit is contained in:
Nadav Rotem 2012-10-22 18:16:55 +00:00
parent 61e2024bf0
commit 58a0c52168

View File

@ -0,0 +1,7 @@
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
define void @test1() forcesizeopt {
; CHECK: define void @test1() forcesizeopt
ret void
}