Add a testcase for the previous commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166425 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nadav Rotem 2012-10-22 18:16:55 +00:00
parent 0b06e2331e
commit 81750822f4

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
}