mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
testcase for PR933
llvm-svn: 30702
This commit is contained in:
parent
4b7c9854bf
commit
a74ee6650d
7
test/Regression/CodeGen/X86/2006-10-02-BoolRetCrash.ll
Normal file
7
test/Regression/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