This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-04 22:07:27 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
dced9fb219
llvm-6502
/
test
/
Assembler
/
2005-12-21-ZeroInitVector.ll
7 lines
100 B
LLVM
Raw
Normal View
History
Unescape
Escape
Removing llvm upgrade, so remove tests specific to llvm-upgrade and update the tests that used it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47225 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-16 23:27:24 +00:00
; RUN: llvm-as < %s > /dev/null
new testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24902 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-21 17:52:42 +00:00
Removing llvm upgrade, so remove tests specific to llvm-upgrade and update the tests that used it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47225 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-16 23:27:24 +00:00
define
<
4
x
i32
>
@foo
(
)
{
ret
<
4
x
i32
>
zeroinitializer
new testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24902 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-21 17:52:42 +00:00
}
Removing llvm upgrade, so remove tests specific to llvm-upgrade and update the tests that used it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47225 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-16 23:27:24 +00:00
Reference in New Issue
Copy Permalink