mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
Add a testcase for the previous commit.
llvm-svn: 166425
This commit is contained in:
parent
61e2024bf0
commit
58a0c52168
7
test/Feature/forceoptsize_attr.ll
Normal file
7
test/Feature/forceoptsize_attr.ll
Normal file
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
||||
|
||||
define void @test1() forcesizeopt {
|
||||
; CHECK: define void @test1() forcesizeopt
|
||||
ret void
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user