This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
117892098a
llvm-project
/
llvm
/
test
/
CodeGen
/
Generic
/
ret42.ll
6 lines
55 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate more uses of llvm-as and llvm-dis. llvm-svn: 81293
2009-09-09 08:09:15 +08:00
; RUN: llc < %s
Adding RUN lines. llvm-svn: 17527
2004-11-07 05:40:51 +08:00
Remove llvm-upgrade and update tests. llvm-svn: 47296
2008-02-19 09:41:04 +08:00
define
i32
@main
(
)
{
ret
i32
42
Simple hand-coded tests to aid in early development of backends, along with a Makefile to run ad-hoc tests easily. llvm-svn: 15664
2004-08-11 22:16:34 +08:00
}