mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
testcase for PR933
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f56a8db546
commit
d12245a6d5
7
test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
Normal file
7
test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
Normal file
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | llc &&
|
||||
; RUN: llvm-as < %s | llc -enable-x86-fastcc
|
||||
; PR933
|
||||
|
||||
fastcc bool %test() {
|
||||
ret bool true
|
||||
}
|
Loading…
Reference in New Issue
Block a user