This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
1ac635c712
llvm-mirror
/
test
/
CodeGen
/
Generic
/
2005-10-18-ZeroSizeStackObject.ll
7 lines
118 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81293
2009-09-09 02:09:15 +02:00
; RUN: llc < %s
new testcase llvm-svn: 23798
2005-10-19 00:13:39 +02:00
Remove llvm-upgrade and update tests. llvm-svn: 47296
2008-02-19 02:41:04 +01:00
define
void
@test
(
)
{
%X
=
alloca
{
}
; <{ }*> [#uses=0]
ret
void
new testcase llvm-svn: 23798
2005-10-19 00:13:39 +02:00
}
Reference in New Issue
Copy Permalink