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
2025-01-10 02:36:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
test
/
CodeGen
/
X86
/
2006-10-02-BoolRetCrash.ll
7 lines
90 B
LLVM
Raw
Normal View
History
Unescape
Escape
Eliminate enable-x86-fastcc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34753 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-28 18:38:58 +00:00
; RUN: llvm-upgrade < %s | llvm-as | llc
testcase for PR933 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30702 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-03 17:17:54 +00:00
; PR933
fastcc
b
o
o
l
%test
(
)
{
ret
b
o
o
l
true
}
Reference in New Issue
Copy Permalink